From a2b2987edd4d5e36b0cff9d02a63527e38bb4e82 Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 15 Jul 2006 20:41:38 +0000 Subject: [PATCH] When creating the NanoBSD disk image, install boot blocks from the newly-built world, in preference to those from the host system. Reviewed by: phk --- tools/tools/nanobsd/nanobsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index a406c509e174..88d672320e88 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -360,7 +360,7 @@ create_i386_diskimage ( ) ( # XXX: params # XXX: pick up cached boot* files, they may not be in image anymore. boot0cfg -B -b ${NANO_WORLDDIR}/boot/boot0sio -o packet -s 1 -m 3 ${MD} - bsdlabel -w -B ${MD}s1 + bsdlabel -w -B -b ${NANO_WORLDDIR}/boot/boot ${MD}s1 bsdlabel ${MD}s1 # Create first image