* Allow nrelease/Makefile to build the local installer in usr.sbin
authorDave Hayes <dave@dragonflybsd.org>
Tue, 25 Mar 2008 22:55:38 +0000 (22:55 +0000)
committerDave Hayes <dave@dragonflybsd.org>
Tue, 25 Mar 2008 22:55:38 +0000 (22:55 +0000)
commitdc861544316c4f15dbd2c9ef4fae5e79438b173c
treee6921cca6fe669ae05a83315048223704e7c1f9c
parent740d831767b60c6b4aac5a5e59cb4ed6e5564059
* Allow nrelease/Makefile to build the local installer in usr.sbin
  onto a LiveCD for installation.

* Tweak the installer shell scriptage to use the correct installer.

* Create a share/installer directory for installer data
  (e.g. cmdnames.conf, fred.txt)

* Patch the installer so it does not coredump, and identifies itself
  as the local installer.

* Tweak usr.sbin/installer/Makefiles to allow patches to the
  installer to be automatically included in the build.

Please test the new local installer! Thanks. :)
15 files changed:
nrelease/Makefile
nrelease/README
nrelease/installer/etc/defaults/pfi.conf
nrelease/installer/usr/local/bin/installer
share/installer/Makefile [new file with mode: 0644]
share/installer/cmdnames.conf [new file with mode: 0644]
usr.sbin/installer/Makefile
usr.sbin/installer/dfuibe_installer/Makefile
usr.sbin/installer/dfuibe_installer/flow.c.patch [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_install.c.patch [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/Makefile
usr.sbin/installer/libaura/Makefile
usr.sbin/installer/libdfui/Makefile
usr.sbin/installer/libinstaller/Makefile
usr.sbin/installer/libinstaller/functions.c.patch [new file with mode: 0644]