summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.cfg
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-12 08:46:51 +0000
committerjkh <jkh@FreeBSD.org>1997-06-12 08:46:51 +0000
commitf0f2f5b31c0820430df16d9fad0f02e3490c1981 (patch)
tree0d6df38141c024bc37ed000f75f0955d6d0f5f0b /usr.sbin/sysinstall/install.cfg
parentf6bcf2cd2305de2b89f217f381b4a04bf8a849a1 (diff)
downloadFreeBSD-src-f0f2f5b31c0820430df16d9fad0f02e3490c1981.zip
FreeBSD-src-f0f2f5b31c0820430df16d9fad0f02e3490c1981.tar.gz
YAMF22
Diffstat (limited to 'usr.sbin/sysinstall/install.cfg')
-rw-r--r--usr.sbin/sysinstall/install.cfg13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/install.cfg b/usr.sbin/sysinstall/install.cfg
index 832d403..c5ed7e5 100644
--- a/usr.sbin/sysinstall/install.cfg
+++ b/usr.sbin/sysinstall/install.cfg
@@ -26,8 +26,11 @@ distSetUser
# remaining free space (could also be "all" or "existing" to use all the
# disk or an existing FreeBSD slice).
disk=wd0
-diskSpace=free
-bootManager=booteasy
+# Use the whole disk.
+partition=exclusive
+# Use only the free space.
+#partition=free
+#bootManager=booteasy
diskPartitionEditor
# It's bogus that we have to re-enter the label editor for each partition
@@ -36,15 +39,15 @@ diskPartitionEditor
# partition and mounts it as /dos, which is the case on my laptop.
# We can also create a root partition of 20MB in size on the same pass since
# it's in a different slice (s2). All sizes are expressed in 512 byte blocks!
-wd0s2=partition 40960 /
+wd0s1=partition 40960 /
diskLabelEditor
# Now make a 20MB swap partition in the second slice.
-wd0s2=swap 40960 none
+wd0s1=swap 40960 none
diskLabelEditor
# Size of 0 means allocate the rest of the space to /usr
-wd0s2=partition 0 /usr
+wd0s1=partition 0 /usr
diskLabelEditor
# OK, everything is set. Do it!
OpenPOWER on IntegriCloud