summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-17 04:40:11 +0000
committerjkh <jkh@FreeBSD.org>2000-02-17 04:40:11 +0000
commitbdacbefdd5fe2e9dc8fc8489a70aa05ba1491385 (patch)
tree11bd7f1bbc3c1857c5bf1e5ef81240c8139c9179 /release/sysinstall
parent12e06e627309b8305f6af782322d661a6bb4ee15 (diff)
downloadFreeBSD-src-bdacbefdd5fe2e9dc8fc8489a70aa05ba1491385.zip
FreeBSD-src-bdacbefdd5fe2e9dc8fc8489a70aa05ba1491385.tar.gz
s/wd/ad/ - new ATA code
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/install.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/sysinstall/install.cfg b/release/sysinstall/install.cfg
index cade7a2..2660547 100644
--- a/release/sysinstall/install.cfg
+++ b/release/sysinstall/install.cfg
@@ -30,10 +30,10 @@ distSetCustom
################################
################################
-# Now set the parameters for the partition editor on wd0. Set to use the
+# Now set the parameters for the partition editor on ad0. 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
+disk=ad0
partition=exclusive
diskPartitionEditor
@@ -51,11 +51,11 @@ diskPartitionEditor
# All sizes are expressed in 512 byte blocks!
# A 20MB root partition
-wd0s1-1=ufs 40960 /
+ad0s1-1=ufs 40960 /
# And a 20MB swap partition
-wd0s1-2=swap 40960 none
+ad0s1-2=swap 40960 none
# Followed by a /usr partition using all remaining space (size 0 = free space)
-wd0s1-3=ufs 0 /usr
+ad0s1-3=ufs 0 /usr
# Let's do it!
diskLabelEditor
@@ -63,12 +63,12 @@ diskLabelEditor
################################
# Now partition the 2nd disk.
-disk=wd1
+disk=ad1
partition=exclusive
diskPartitionEditor
-wd1s1-1=ufs 40960 /var
-wd1s1-2=ufs 0 /usr/src
+ad1s1-1=ufs 40960 /var
+ad1s1-2=ufs 0 /usr/src
diskLabelEditor
################################
OpenPOWER on IntegriCloud