s/wd/ad/ - new ATA code

This commit is contained in:
Jordan K. Hubbard 2000-02-17 04:40:11 +00:00
parent 4e6f6ed936
commit 7b5629bcec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57282
2 changed files with 16 additions and 16 deletions

View File

@ -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
################################

View File

@ -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
################################