summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.cfg
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-22 09:45:41 +0000
committerjkh <jkh@FreeBSD.org>1997-06-22 09:45:41 +0000
commite1b0f042d8097b0b28e3664cf648bc59c1eb4d6b (patch)
tree36a4a0d849414378fe6d58d460628caf3cc293dc /usr.sbin/sysinstall/install.cfg
parent77d89f55335c4c042462b46609579e3ee8704eb4 (diff)
downloadFreeBSD-src-e1b0f042d8097b0b28e3664cf648bc59c1eb4d6b.zip
FreeBSD-src-e1b0f042d8097b0b28e3664cf648bc59c1eb4d6b.tar.gz
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.
Diffstat (limited to 'usr.sbin/sysinstall/install.cfg')
-rw-r--r--usr.sbin/sysinstall/install.cfg15
1 files changed, 9 insertions, 6 deletions
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
OpenPOWER on IntegriCloud