Introduce /usr/src/nrelease which begins to implement the new 'live CD'
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 Dec 2003 09:59:46 +0000 (09:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 Dec 2003 09:59:46 +0000 (09:59 +0000)
commit6ca9a59c2be393e393c1a4259b38a8d36394b80e
treed25e8da77ba7d2414c838ece3c92a37df8131d1c
parentef85adae960e7f8e0a8a58e078e20b02f2115e55
Introduce /usr/src/nrelease which begins to implement the new 'live CD'
ISO builder idea.  This initial commit is capable of creating bootable
ISO images which contain a complete working distribution but will boot
into a login prompt (login as root) rather then sysinstall or a
sysinstall-like utility.  Development is ongoing.  Critical subdirectories
are remounted as MFS so most normal commands, including vi, should work just
fine.
Makefile.inc1
nrelease/Makefile [new file with mode: 0644]
nrelease/root/boot/loader.conf [new file with mode: 0644]
nrelease/root/cpignore [new file with mode: 0644]
nrelease/root/etc/fstab [new file with mode: 0644]