diff options
author | 1998-10-03 08:00:46 +0000 | |
---|---|---|
committer | 1998-10-03 08:00:46 +0000 | |
commit | ac1f6e15292cd9d836b3a2017a1ee4d4522b2068 (patch) | |
tree | 30ad866786bd35d1daf11dbd9d95240b0de6a0e1 | |
parent | More updates. (diff) | |
download | wireguard-openbsd-ac1f6e15292cd9d836b3a2017a1ee4d4522b2068.tar.xz wireguard-openbsd-ac1f6e15292cd9d836b3a2017a1ee4d4522b2068.zip |
set machdep.allowparture in sysctl.conf if the user plans to run any X server
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 232fa2602f1..51e44ea04da 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.39 1998/09/24 06:43:26 millert Exp $ +# $OpenBSD: install.md,v 1.40 1998/10/03 08:00:46 matthieu Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -82,7 +82,7 @@ md_installboot() { /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot ${1} echo - echo -n "Do you expect to run accelerated X servers on this machine? [y or n] " + echo -n "Do you expect to run X windows on this machine? [y or n] " getresp "n" case "$resp" in y*|Y*) |