diff options
author | cperciva <cperciva@FreeBSD.org> | 2013-11-30 08:17:00 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2013-11-30 08:17:00 +0800 |
commit | 073c4025b243a354623045afc804318d52e069d2 (patch) | |
tree | 4f7adaf49d47c4bd549018866c9cf0436904f6a0 /sysutils/Makefile | |
parent | e65f3b1dd75966fbb4615ea10a56f8ada73992ae (diff) | |
download | freebsd-ports-gnome-073c4025b243a354623045afc804318d52e069d2.tar.gz freebsd-ports-gnome-073c4025b243a354623045afc804318d52e069d2.tar.zst freebsd-ports-gnome-073c4025b243a354623045afc804318d52e069d2.zip |
Add firstboot-pkgs:
When the system first boots, install the pkg(8) tools (if not already
installed) and packages listed in the $firstboot_pkgs_list rc.conf
variable.
Obviously, this port is not useful after a system is already running; it is
intended to be included as part of the installation or disk image building
process.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b97275db52a8..ad765000def8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -243,6 +243,7 @@ SUBDIR += filewatcherd SUBDIR += finfo SUBDIR += firstboot-freebsd-update + SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom SUBDIR += flexbackup |