Remove the 'Use DUIDs rather than device names in fstab?' question
authorrpe <rpe@openbsd.org>
Fri, 15 May 2015 07:41:30 +0000 (07:41 +0000)
committerrpe <rpe@openbsd.org>
Fri, 15 May 2015 07:41:30 +0000 (07:41 +0000)
and use DUIDs unconditionally. DUIDs in the installed /etc/fstab
has been the default for quite some time now.

OK deraadt@, krw@, guenther@, beck@

distrib/miniroot/install.sh
distrib/miniroot/install.sub

index db0f3b5..1ad4d7d 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/ksh
-#      $OpenBSD: install.sh,v 1.266 2015/04/27 23:17:11 djm Exp $
+#      $OpenBSD: install.sh,v 1.267 2015/05/15 07:41:30 rpe Exp $
 #      $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
 #
 # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
@@ -112,8 +112,6 @@ _fsent=
 # Remove traces of previous install attempt.
 rm -f /tmp/fstab*
 
-ask_yn "Use DUIDs rather than device names in fstab?" yes && FSTABFLAG=-F
-
 # Configure the disk(s).
 while :; do
        DISKS_DONE=$(addel "$DISK" $DISKS_DONE)
index 9965d59..9a0fde9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: install.sub,v 1.837 2015/05/14 10:58:55 rpe Exp $
+#      $OpenBSD: install.sub,v 1.838 2015/05/15 07:41:30 rpe Exp $
 #
 # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
 # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
@@ -2254,7 +2254,7 @@ HTTP_DIR=
 HTTP_SEC=/tmp/httpsec
 HTTP_LIST=/tmp/httplist
 WLANLIST=/tmp/wlanlist
-FSTABFLAG=-f
+FSTABFLAG=-F
 
 # Do not limit ourselves during installs or upgrades.
 for _opt in d f l m n p s; do