Date: Sat, 18 Jul 1998 02:35:31 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall devices.c dispatch.c floppy.c install.c label.c sysinstall.h variable.c Message-ID: <199807180935.CAA21366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1998/07/18 02:35:30 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall devices.c dispatch.c floppy.c install.c label.c sysinstall.h variable.c Log: - Handle installation using a wfd as a floppy TOO! - Handle network installs over fpa, sr, en, cc3i devices if available in kernel - More scripting goodness, including: confirmation dialog box from scripts load floppy config file (works recursively for config files) dump all sysinstall variables to disk for post install state setup handle recursive config file loading (config file loads another) - Fix some interactive issues - Fix handling of root chunks (didn't include the altroot bits this time) - Allow fixit floppy on any floppy device, not just fd0 (needed for wfd!) - Handle unifed root /usr and /var if desired and scripted, otherwise do the normal stuff. Submitted by: pst Revision Changes Path 1.49.2.27 +8 -3 src/release/sysinstall/devices.c 1.5.2.19 +34 -4 src/release/sysinstall/dispatch.c 1.16.2.8 +12 -6 src/release/sysinstall/floppy.c 1.134.2.69 +20 -10 src/release/sysinstall/install.c 1.63.2.18 +11 -3 src/release/sysinstall/label.c 1.82.2.52 +4 -1 src/release/sysinstall/sysinstall.h 1.11.2.10 +25 -1 src/release/sysinstall/variable.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807180935.CAA21366>