s/wd/ad/ - new ATA code
This commit is contained in:
parent
9945021df6
commit
fcf3e11acf
@ -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
|
||||
################################
|
||||
|
||||
|
@ -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
|
||||
################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user