diff options
author | thomas <thomas@FreeBSD.org> | 2004-04-27 09:49:16 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2004-04-27 09:49:16 +0000 |
commit | 2f4f821770e5da4c08af37ec655e02ea3ee63233 (patch) | |
tree | 787119da2f2500fb69cfb35b6044a9b9a2526e6e /tools | |
parent | 13a023ef4ab0542c0dd90c96745ab4dc7f2ccc7c (diff) | |
download | FreeBSD-src-2f4f821770e5da4c08af37ec655e02ea3ee63233.zip FreeBSD-src-2f4f821770e5da4c08af37ec655e02ea3ee63233.tar.gz |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/i386.diskimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/i386.diskimage b/tools/tools/nanobsd/i386.diskimage index a89b64f..82c3784 100644 --- a/tools/tools/nanobsd/i386.diskimage +++ b/tools/tools/nanobsd/i386.diskimage @@ -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 |