diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 1998-10-03 08:00:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 1998-10-03 08:00:47 +0000 |
commit | 834283eeca1d40a9bbd1f3f638b6d186b6a8b06f (patch) | |
tree | 896b57d9ccf38e5c4aa90ef838913a6a84f43531 /distrib/i386 | |
parent | 3c77b0776467fe4bf4a512f39b996bfdffac1116 (diff) |
set machdep.allowparture in sysctl.conf if the user plans to run any X server
Diffstat (limited to 'distrib/i386')
-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*) |