From ed7be55bbd7063f8282a3ae7e99330020a7ba8b5 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 4 Jun 1994 11:55:56 +0000 Subject: [PATCH] 1. Bumped version number to 1.1.5 in preparation for impending release. 2. Added notes that tell the user a little bit about how to use syscons since they'll be running it from the outset now and would probably like to know how to switch terminals. --- etc/etc.i386/cpio.rc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/etc.i386/cpio.rc b/etc/etc.i386/cpio.rc index e8c782db0544..06a0a973f4b9 100644 --- a/etc/etc.i386/cpio.rc +++ b/etc/etc.i386/cpio.rc @@ -1,4 +1,4 @@ -# $Id: cpio.rc,v 1.1 1994/02/21 21:51:53 rgrimes Exp $ +# $Id: cpio.rc,v 1.2 1994/02/25 23:34:09 alm Exp $ # stty status '^T' @@ -56,11 +56,19 @@ rm -f /fastboot (cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; }) OPSYSTEM=FreeBSD -RELEASE="1.1" +RELEASE="1.1.5" +NVTTYS="4" echo "${OPSYSTEM} Base System Release ${RELEASE}" echo "" echo "Congratulations, you've got ${OPSYSTEM} on the hard disk!" echo +echo "Your system has been configured with ${NVTTYS} virtual terminals," +echo "though one has been reserved for X (should you need it) and has no" +echo "login prompt on it. You can access these virtual terminals by pressing" +echo "ALT-F, where n is the function key number representing the virtual" +echo "terminal you want to use. For more information, read the screen(4)," +echo "kbdcontrol(1) and vidcontrol(1) man pages." +echo echo "Press the return key for more installation instructions" read junkit echo