Import the new nrelease Makefile packaging and root template infrastructure
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 10 Jul 2004 22:29:11 +0000 (22:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 10 Jul 2004 22:29:11 +0000 (22:29 +0000)
commit8188de8603573c4b1fad1057cb09e124275e25a0
tree30c7e009a016ec74503179ef250906946160efa1
parent766fb725b197bb3bdf59258a00d83780e25cbfea
Import the new nrelease Makefile packaging and root template infrastructure
from the DragonFly Installer Team and make the following additional
augmentations:

* Use the default port package install location to retrieve packages.
* Pre-check that all required packages exist before doing anything
* Remove the root autologin (also means that gettytab and ~root/.login can
  be removed from the original template).
* Add an etc/issue file
* Add an 'installer' user (root uid)

Obtained-from: The DragonFly Installer Team:
    Chris Pressey, Devon O'Dell, Eirik Nygaard, Hiten Pandya & GeekGod
nrelease/Makefile
nrelease/installer/etc/defaults/pfi.conf [new file with mode: 0644]
nrelease/installer/etc/fstab [new file with mode: 0644]
nrelease/installer/etc/issue [new file with mode: 0644]
nrelease/installer/etc/master.passwd [new file with mode: 0644]
nrelease/installer/etc/rc.d/pfi [new file with mode: 0755]
nrelease/installer/etc/ttys [new file with mode: 0644]
nrelease/installer/usr/local/bin/installer [new file with mode: 0755]
nrelease/installer/usr/local/etc/thttpd.conf [new file with mode: 0644]
nrelease/installer/usr/local/share/pristine/etc/master.passwd [new file with mode: 0644]
nrelease/installer/usr/local/share/pristine/etc/ttys [new file with mode: 0644]