From owner-cvs-all Sat Jul 18 02:36:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05442 for cvs-all-outgoing; Sat, 18 Jul 1998 02:36:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05437; Sat, 18 Jul 1998 02:36:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA21366; Sat, 18 Jul 1998 02:35:31 -0700 (PDT) Date: Sat, 18 Jul 1998 02:35:31 -0700 (PDT) Message-Id: <199807180935.CAA21366@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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