diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-17 21:02:45 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-17 21:02:45 +0000 |
commit | cfc816409757b1a54cf19f520f8b68d0fc743807 (patch) | |
tree | b631d9ad3185f5774d8744437936cb2d8b0135ea /distrib | |
parent | 58c0175ed672534e30d8803a18ae6cb0f967064b (diff) |
Make DUID fstab the default so we can see how people like it. Requested
by deraadt@.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 31d4eca9eaa..d06cf57fb1f 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sh,v 1.219 2011/04/17 20:57:10 krw Exp $ +# $OpenBSD: install.sh,v 1.220 2011/04/17 21:02:44 krw Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -70,7 +70,7 @@ _DKDEVS=$(get_dkdevs) # Remove traces of previous install attempt. rm -f /tmp/fstab.shadow /tmp/fstab /tmp/fstab.* -ask_yn "Use DUIDs rather than device names in fstab?" +ask_yn "Use DUIDs rather than device names in fstab?" yes [[ $resp == y ]] && FSTABFLAG=-F while :; do |