summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-04 11:55:56 +0000
committerjkh <jkh@FreeBSD.org>1994-06-04 11:55:56 +0000
commit3e722ff68c43ce374760db1dd212c4f5f8f4d884 (patch)
tree58be681e159283ce41d6516b80eff98abf88b6b2 /etc/etc.i386
parent8820ecd0a4c721b734880a49b17b3a8a6c63ec82 (diff)
downloadFreeBSD-src-3e722ff68c43ce374760db1dd212c4f5f8f4d884.zip
FreeBSD-src-3e722ff68c43ce374760db1dd212c4f5f8f4d884.tar.gz
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.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/cpio.rc12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/etc.i386/cpio.rc b/etc/etc.i386/cpio.rc
index e8c782d..06a0a97 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
OpenPOWER on IntegriCloud