diff options
author | phk <phk@FreeBSD.org> | 2005-03-12 20:40:33 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-03-12 20:40:33 +0000 |
commit | 794e3fa360cd47d625554dda08366e1012c4266b (patch) | |
tree | b6dd6e15626473ff65724753e71a23b6c2781934 /tools | |
parent | b0dfbbda1554eec0b41d3e165ad0b38825f3a675 (diff) | |
download | FreeBSD-src-794e3fa360cd47d625554dda08366e1012c4266b.zip FreeBSD-src-794e3fa360cd47d625554dda08366e1012c4266b.tar.gz |
Enable packet mode in boot0, this makes it unimportant if the
geometry is 100% correct on most hardware.
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 ca00291..c0e72c7 100644 --- a/tools/tools/nanobsd/i386.diskimage +++ b/tools/tools/nanobsd/i386.diskimage @@ -72,7 +72,7 @@ echo ${SECTS} ${SC} ${HD} ${DATASIZE} | awk ' cat ${TMPFILE1} fdisk -i -f ${TMPFILE1} ${MD} fdisk ${MD} -boot0cfg -B -b ${WD}/boot/boot0sio -s 1 -m 3 ${MD} +boot0cfg -B -b ${WD}/boot/boot0sio -o packet -s 1 -m 3 ${MD} rm -f ${TMPFILE1} bsdlabel -w -B ${MD}s1 |