git: 988b560031 - main - Add cust_pkgng to NanoBSD

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Sun, 06 Nov 2022 17:30:14 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=988b560031973b356cba26d06fd01ebdeb813785

commit 988b560031973b356cba26d06fd01ebdeb813785
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-11-06 17:28:51 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-11-06 17:28:51 +0000

    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