diff options
author | 1999-10-08 03:55:42 +0000 | |
---|---|---|
committer | 1999-10-08 03:55:42 +0000 | |
commit | b6ab06aaaaa1cca8ade49729193b90c00dc72d3b (patch) | |
tree | 1956985e55c0c841205c6f494107c7d468bda345 | |
parent | When making timezone link just say what it is doing, don't say (diff) | |
download | wireguard-openbsd-b6ab06aaaaa1cca8ade49729193b90c00dc72d3b.tar.xz wireguard-openbsd-b6ab06aaaaa1cca8ade49729193b90c00dc72d3b.zip |
make X windows question default to yes
-rw-r--r-- | distrib/i386/floppies/common/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/install.md b/distrib/i386/floppies/common/install.md index 10508847c96..29218803b0f 100644 --- a/distrib/i386/floppies/common/install.md +++ b/distrib/i386/floppies/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.6 1999/09/25 22:21:03 deraadt Exp $ +# $OpenBSD: install.md,v 1.7 1999/10/08 03:55:42 millert Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -76,8 +76,8 @@ md_get_partition_range() { md_questions() { echo - echo -n "Do you expect to run the X Window System? [n] " - getresp "n" + echo -n "Do you expect to run the X Window System? [y] " + getresp y case "$resp" in y*|Y*) xfree86=y |