git: 988b560031 - main - Add cust_pkgng to NanoBSD
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=988b560031973b356cba26d06fd01ebdeb813785 commit 988b560031973b356cba26d06fd01ebdeb813785 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-11-06 17:28:51 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-11-06 17:28:51 +0000 Add cust_pkgng to NanoBSD PR: 230642 Patch by: <[email protected]> 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