Take boot0sio from the newly-built world, both for consistency's sake and
to cater for host systems where it is not present. Reviewed by: phk
This commit is contained in:
parent
d1ec91e353
commit
fa483345d2
@ -39,7 +39,7 @@ echo p 3 165 `expr ${SC} + $sl + $sl` ${DATASLICE}
|
||||
cat ${TMPFILE1}
|
||||
fdisk -i -f ${TMPFILE1} ${MD}
|
||||
fdisk ${MD}
|
||||
boot0cfg -B -b /boot/boot0sio -s 1 -m 3 ${MD}
|
||||
boot0cfg -B -b ${WD}/boot/boot0sio -s 1 -m 3 ${MD}
|
||||
rm -f ${TMPFILE1}
|
||||
bsdlabel -w -B ${MD}s1
|
||||
newfs -O1 -U ${MD}s1a
|
||||
|
Loading…
Reference in New Issue
Block a user