mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128675
@ -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