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/hppa | |
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/hppa')
-rw-r--r-- | distrib/hppa/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hppa/install.md b/distrib/hppa/install.md index 405e4e6119c..e0e9c71a443 100644 --- a/distrib/hppa/install.md +++ b/distrib/hppa/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.18 2011/01/01 17:25:06 deraadt Exp $ +# $OpenBSD: install.md,v 1.19 2011/04/17 20:57:10 krw Exp $ # # machine dependent section of installation/upgrade script. # @@ -36,7 +36,7 @@ md_prep_disklabel() { c*|C*) break ;; *) continue ;; esac - disklabel -f $_f $_op -A $_disk + disklabel $FSTABFLAG $_f $_op -A $_disk return done fi @@ -48,7 +48,7 @@ in this program. __EOT - disklabel -f $_f -E $_disk + disklabel $FSTABFLAG $_f -E $_disk } md_congrats() { |