diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-11-06 17:28:51 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-11-06 17:28:51 +0000 |
commit | 988b560031973b356cba26d06fd01ebdeb813785 (patch) | |
tree | 6d9c51d24296985978a4d9371824b4d27723d557 | |
parent | 95a7ced9734b554ac7de9cfe51b9fa6fdd386f79 (diff) | |
download | doc-988b560031.tar.gz doc-988b560031.zip |
Add cust_pkgng to NanoBSD
PR: 230642
Patch by: <f.toscan@hotmail.it> and converted to AsciiDoc by
carlavilla@
-rw-r--r-- | documentation/content/en/articles/nanobsd/_index.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |