From e1b0f042d8097b0b28e3664cf648bc59c1eb4d6b Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 22 Jun 1997 09:45:41 +0000 Subject: Adjust my installation script to more closely match reality. Add a system command to script mechanism (so you can call things like tzsetup from scripts). Add noError variable for causing script errors to be ignored. --- usr.sbin/sysinstall/install.cfg | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'usr.sbin/sysinstall/install.cfg') diff --git a/usr.sbin/sysinstall/install.cfg b/usr.sbin/sysinstall/install.cfg index 4d20af0..696e33c 100644 --- a/usr.sbin/sysinstall/install.cfg +++ b/usr.sbin/sysinstall/install.cfg @@ -30,17 +30,20 @@ distSetCustom ################################ ################################ -# Now set the parameters for the partition editor on wd0. Set to use all -# remaining free space (could also be "all" or "existing" to use all the -# disk or an existing FreeBSD slice). +# Now set the parameters for the partition editor on wd0. Set to use the +# disk exclusively (could also be "all" to use the whole disk but +# respecting the MBR or "free" to use only unallocated space for FreeBSD). disk=wd0 -# Use the whole disk. partition=exclusive -# Use only the free space. +diskPartitionEditor + +# Uncomment this instead to use only the free space and install boot manager. #partition=free #bootManager=booteasy -diskPartitionEditor +#diskPartitionEditor +################################ +################################ # It's bogus that we have to re-enter the label editor for each partition # we want to create, but it was easier to do it this way (from a programming # standpoint, not a user standpoint!). This assumes that slice 1 is a DOS -- cgit v1.1