diff options
-rw-r--r-- | distrib/powerpc/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/ramdisk/install.md b/distrib/powerpc/ramdisk/install.md index fc92c9391c5..a7ee46e8bb9 100644 --- a/distrib/powerpc/ramdisk/install.md +++ b/distrib/powerpc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.21 2001/04/13 01:29:24 krw Exp $ +# $OpenBSD: install.md,v 1.22 2001/04/17 04:15:27 drahn Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -362,7 +362,7 @@ __md_prep_disklabel_1 getresp "" if [[ $disklabeltype = "HFS" ]] then - disklabel -f /tmp/fstab.${_disk} -E ${_disk} + disklabel -c -f /tmp/fstab.${_disk} -E ${_disk} elif [[ $disklabeltype = "MBR" ]] then disklabel -W ${_disk} |