diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-04 11:55:56 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-04 11:55:56 +0000 |
commit | ed7be55bbd7063f8282a3ae7e99330020a7ba8b5 (patch) | |
tree | 58be681e159283ce41d6516b80eff98abf88b6b2 /etc/etc.i386/cpio.rc | |
parent | 8b7da9b52b2acb5f0fd18e54986a9943b52bc583 (diff) | |
download | src-test2-ed7be55bbd7063f8282a3ae7e99330020a7ba8b5.tar.gz src-test2-ed7be55bbd7063f8282a3ae7e99330020a7ba8b5.zip |
Notes
Diffstat (limited to 'etc/etc.i386/cpio.rc')
-rw-r--r-- | etc/etc.i386/cpio.rc | 12 |
1 files 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<n>, 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 |