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/macppc/ramdisk/install.md | |
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/macppc/ramdisk/install.md')
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index 76d6f1d2e86..e45ed1c0fe7 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.48 2011/01/03 00:36:49 deraadt Exp $ +# $OpenBSD: install.md,v 1.49 2011/04/17 20:57:10 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -188,7 +188,7 @@ md_prep_disklabel() { c*|C*) break ;; *) continue ;; esac - disklabel -f $_f $_op -A $_disk + disklabel $FSTABFLAG $_f $_op -A $_disk return done fi @@ -205,7 +205,7 @@ start of the disk, NOT the start of the OpenBSD $PARTTABLE partition. __EOT - disklabel -f $_f -E $_disk + disklabel $FSTABFLAG $_f -E $_disk } md_congrats() { |