From 988b560031973b356cba26d06fd01ebdeb813785 Mon Sep 17 00:00:00 2001
From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
Date: Sun, 6 Nov 2022 18:28:51 +0100
Subject: Add cust_pkgng to NanoBSD

PR:             230642
Patch by:       <f.toscan@hotmail.it> and converted to AsciiDoc by
                carlavilla@
---
 documentation/content/en/articles/nanobsd/_index.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/content/en/articles/nanobsd/_index.adoc b/documentation/content/en/articles/nanobsd/_index.adoc
index 2f6e420b17..f8dadb9314 100644
--- a/documentation/content/en/articles/nanobsd/_index.adoc
+++ b/documentation/content/en/articles/nanobsd/_index.adoc
@@ -305,6 +305,7 @@ There are a few default pre-defined customization functions ready for use:
 * `cust_comconsole` - Disables man:getty[8] on the VGA devices (the [.filename]#/dev/ttyv*# device nodes) and enables the use of the COM1 serial port as the system console.
 * `cust_allow_ssh_root` - Allow `root` to login via man:sshd[8].
 * `cust_install_files` - Installs files from the [.filename]#nanobsd/Files# directory, which contains some useful scripts for system administration.
+* `cust_pkgng` - Installs packages from the [.filename]#nanobsd/Pkg# directory (needs also pkg-* package to bootstrap).
 
 ==== Adding Packages
 
-- 
cgit v1.2.3