diff options
Diffstat (limited to 'etc/etc.i386/inst2.rc')
-rw-r--r-- | etc/etc.i386/inst2.rc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/etc.i386/inst2.rc b/etc/etc.i386/inst2.rc index 0020bcc..e439eb1 100644 --- a/etc/etc.i386/inst2.rc +++ b/etc/etc.i386/inst2.rc @@ -1,4 +1,4 @@ -# $Id: inst2.rc,v 1.3 1994/03/18 03:09:51 rgrimes Exp $ +# $Id: inst2.rc,v 1.4 1994/06/15 19:23:33 jkh Exp $ # stty status '^T' @@ -59,7 +59,8 @@ rm -f /fastboot (cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; }) OPSYSTEM=FreeBSD -RELEASE="1.1.5" +# Sure wish we had uname at this point! +RELEASE="2.0.0 (Development)" echo "${OPSYSTEM} Base System Release ${RELEASE}" echo "" echo "Congratulations, you've got ${OPSYSTEM} on the hard disk!" @@ -88,8 +89,8 @@ echo " " echo "If you wish to uninstall ${OPSYSTEM}, delete the partition by using the" echo "DOS 5 FDISK program. If installed on the entire drive, use the FDISK/MBR" echo "to remove the ${OPSYSTEM} bootstrap from the drive." -echo 'erase ^?, werase ^H, kill ^U, intr ^C' -stty newcrt werase intr kill erase 9600 +echo 'erase ^H, kill ^U, intr ^C' +stty newcrt erase ^H intr ^C kill ^U umask 0 exit 1 |