diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-08 23:26:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-08 23:26:17 +0000 |
commit | 2dc7b45c0c21be482e3ccb2febccb01b94c5d100 (patch) | |
tree | 89792a60704638f9a90648a96fe43a73b85ca5bb /distrib/landisk/miniroot | |
parent | 08f0be3b9161ed0e33d43893aff9b10ee6ecf07b (diff) |
verbose disklabel -B, and fdisk -u and -y
Diffstat (limited to 'distrib/landisk/miniroot')
-rw-r--r-- | distrib/landisk/miniroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/landisk/miniroot/Makefile b/distrib/landisk/miniroot/Makefile index ccf6dbfb6e5..25558284818 100644 --- a/distrib/landisk/miniroot/Makefile +++ b/distrib/landisk/miniroot/Makefile @@ -36,9 +36,9 @@ do_files: rd_setup: dd if=/dev/zero of=${IMAGE} bs=512 count=${NBLKS} vnconfig -v -c ${VND} ${IMAGE} - fdisk -i ${VND} + fdisk -i -u -y ${VND} disklabel -w -r ${VND} ${DISKTYPE} - disklabel -B -b ${DESTDIR}/usr/mdec/xxboot ${VND} + disklabel -v -B -b ${DESTDIR}/usr/mdec/xxboot ${VND} newfs ${NEWFSARGS} ${VND_RDEV} fsck ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} |