diff options
Diffstat (limited to 'distrib/loongson/ramdisk/install.md')
-rw-r--r-- | distrib/loongson/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/loongson/ramdisk/install.md b/distrib/loongson/ramdisk/install.md index 434bbf2b0e9..04d25c5ada5 100644 --- a/distrib/loongson/ramdisk/install.md +++ b/distrib/loongson/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 2010/04/03 21:41:26 miod Exp $ +# $OpenBSD: install.md,v 1.6 2011/04/17 20:57:10 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -143,7 +143,7 @@ md_prep_disklabel() { c*|C*) break ;; *) continue ;; esac - disklabel -f $_f $_op -A $_disk + disklabel $FSTABFLAG $_f $_op -A $_disk return done fi @@ -160,7 +160,7 @@ start of the disk, NOT the start of the OpenBSD MBR partition. __EOT - disklabel -f $_f -E $_disk + disklabel $FSTABFLAG $_f -E $_disk } md_congrats() { |