diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-17 20:57:12 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-17 20:57:12 +0000 |
commit | 58c0175ed672534e30d8803a18ae6cb0f967064b (patch) | |
tree | 437acd9b0fa5f2f3b81fd351d7f13dbac6fb4efa /distrib/hp300/ramdisk | |
parent | 991276d863e6447a59df3df49691d6f7c57ad61b (diff) |
First crack at enabling the installation of a DUID version of
/etc/fstab, after asking user. Current default is existing behaviour.
Feedback & suggestions deraadt@, halex@, jsing@, todd@.
ok deraadt@
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index d9b23cf7d5f..95c1918788c 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.55 2009/06/14 00:12:20 deraadt Exp $ +# $OpenBSD: install.md,v 1.56 2011/04/17 20:57:10 krw Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -56,7 +56,7 @@ md_prep_disklabel() { c*|C*) break ;; *) continue ;; esac - disklabel -f $_f $_op -A $_disk + disklabel $FSTABFLAG $_f $_op -A $_disk return done fi @@ -68,7 +68,7 @@ in this program. __EOT - disklabel -f $_f -E $_disk + disklabel $FSTABFLAG $_f -E $_disk } md_congrats() { |