aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386/inst2.profile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-12 07:14:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-12 07:14:23 +0000
commit44a8c7b9daf2b003935a6989053cd89af0a042d2 (patch)
treea87e32f1cf9751a6275fddb259b6e3b081fc7111 /etc/etc.i386/inst2.profile
parente36cdb285575cde13433a7d0edbafee5c82dc315 (diff)
downloadsrc-44a8c7b9daf2b003935a6989053cd89af0a042d2.tar.gz
src-44a8c7b9daf2b003935a6989053cd89af0a042d2.zip
Heavily modified from NetBSD sources to FreeBSD, many fixes and enhancements,
now users cpio instead of tar. All displayed references to NetBSD changed to ${OPSYSTEM}, OPSYSTEM=FreeBSD.
Notes
Notes: svn path=/head/; revision=283
Diffstat (limited to 'etc/etc.i386/inst2.profile')
-rw-r--r--etc/etc.i386/inst2.profile26
1 files changed, 14 insertions, 12 deletions
diff --git a/etc/etc.i386/inst2.profile b/etc/etc.i386/inst2.profile
index 43d707fe4aa1..09d65bc3fa3b 100644
--- a/etc/etc.i386/inst2.profile
+++ b/etc/etc.i386/inst2.profile
@@ -6,13 +6,15 @@ pc3|ibmpc3:li#25:co#80:am:bs:bw:eo:cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:\
do=\E[B:ho=\E[;H:nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:\
:ac=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305:\
:kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:"
+OPSYSTEM=FreeBSD
+RELEASE="1.0 BETA"
export TERMCAP
export PATH
export TERM
export HOME
-echo "NetBSD Base System Release 0.8"
+echo "${OPSYSTEM} Base System Release ${RELEASE}"
echo ""
-echo "Congratulations, you've got NetBSD on the hard disk!"
+echo "Congratulations, you've got ${OPSYSTEM} on the hard disk!"
echo ""
echo "To finish installation:"
echo "Pick a temporary directory by running set_tmp_dir. make sure it's"
@@ -27,14 +29,14 @@ echo "information on how to do that)."
echo ""
echo "Once this is complete, extract the distribution files by issuing the"
echo "command 'extract <distribution>' where <distribution> is the base name"
-echo "of the distribution files, e.g. 'nbase08'."
+echo "of the distribution files, e.g. 'base10'."
echo ""
echo "Once all of the filesets you wish to install have been extracted,"
echo "enter the command 'configure' to finish setting up the system"
echo " "
-echo "If you should wish to uninstall NetBSD, delete the partition by using the "
+echo "If you should 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 NetBSD bootstrap from the drive."
+echo " to remove the ${OPSYSTEM} bootstrap from the drive."
echo 'erase ^?, werase ^H, kill ^U, intr ^C'
stty newcrt werase  intr  kill  erase  9600
mount -at ufs
@@ -155,15 +157,15 @@ configure()
# echo "make sure things are set up properly, then re-build"
# echo "it with the command 'newaliases'."
- cp /etc/sendmail.cf_proto /etc/sendmail.cf
+# cp /etc/sendmail.cf_proto /etc/sendmail.cf
- echo ""
- echo "WARNING: sendmail will puke on your carpet when the machine"
- echo "starts up. If you don't want it to keep doing this, either"
- echo "turn it off in /etc/rc, or give it a reasonable"
- echo "/etc/sendmail.cf file."
+# echo ""
+# echo "WARNING: sendmail will puke on your carpet when the machine"
+# echo "starts up. If you don't want it to keep doing this, either"
+# echo "turn it off in /etc/rc, or give it a reasonable"
+# echo "/etc/sendmail.cf file."
- echo "127.0.0.1 localhost" > /etc/hosts
+# echo "127.0.0.1 localhost" > /etc/hosts
echo ""
echo -n "Does this machine have an ethernet interface? [y] "