diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-08 23:52:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-08 23:52:31 +0000 |
commit | ad9d34a4f7c92085e3deab1af15565dd0ad85234 (patch) | |
tree | ee658e59f527ba97b54c1a09f7fa7674b6a6ba71 /distrib | |
parent | 58d3f43549199023fea0b9a542280a52fa4c9c2d (diff) |
install the landisk mbr, not the builtin i386 mbr
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/landisk/miniroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/landisk/miniroot/Makefile b/distrib/landisk/miniroot/Makefile index f9f95395653..4f5e2396696 100644 --- a/distrib/landisk/miniroot/Makefile +++ b/distrib/landisk/miniroot/Makefile @@ -37,7 +37,7 @@ rd_setup: dd if=/dev/zero of=${IMAGE} bs=512 count=${NBLKS} vnconfig -v -c ${VND} ${IMAGE} fdisk -i -y ${VND} - fdisk -u -y ${VND} + fdisk -u -f ${DESTDIR}/usr/mdec/mbr -y ${VND} disklabel -w -r ${VND} ${DISKTYPE} disklabel -v -B -b ${DESTDIR}/usr/mdec/xxboot ${VND} newfs ${NEWFSARGS} ${VND_RDEV} |