diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-03 23:17:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-03 23:17:43 +0000 |
commit | b7fcbb46e91d510278503e785d9a9043f82edc53 (patch) | |
tree | 2037c8698e5a0b1a43b0cab58ba16f2348302d87 /distrib/i386 | |
parent | e7e4b69b319449fcc2f6f12909bd04e0b86cee2e (diff) |
X Window System, not X windows; bob@prophecy.lu
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 1398520acb5..a939b7e3394 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.42 1998/11/03 04:10:15 aaron Exp $ +# $OpenBSD: install.md,v 1.43 1999/02/03 23:17:42 millert Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -81,7 +81,7 @@ md_installboot() { /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot ${1} echo - echo -n "Do you expect to run X windows on this machine? [y or n] " + echo -n "Do you expect to run the X Window System on this machine? [y or n] " getresp "n" case "$resp" in y*|Y*) @@ -199,9 +199,7 @@ __md_prep_disklabel_1 } md_copy_kernel() { - #echo -n "Copying kernel..." - #cp -p /bsd /mnt/bsd - #echo "done." + check_kernel } md_welcome_banner() { |