diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-02-09 05:26:16 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-02-09 05:26:16 +0000 |
commit | 16d21ccc58dbee1f921175fe39f264b0eb432530 (patch) | |
tree | e3b02c8b7656ba1599113e6fda9d628e263af292 /etc/etc.i386 | |
parent | 33f01e3bce3d0e8b53a1f91023a74259e770e2cb (diff) | |
download | FreeBSD-src-16d21ccc58dbee1f921175fe39f264b0eb432530.zip FreeBSD-src-16d21ccc58dbee1f921175fe39f264b0eb432530.tar.gz |
Upgrade to 1.1 release level, add procfs entry on fstab creation.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/floppy.install_notes | 4 | ||||
-rwxr-xr-x | etc/etc.i386/inst1.install | 4 | ||||
-rw-r--r-- | etc/etc.i386/inst2.profile | 2 | ||||
-rw-r--r-- | etc/etc.i386/install_notes | 12 |
4 files changed, 12 insertions, 10 deletions
diff --git a/etc/etc.i386/floppy.install_notes b/etc/etc.i386/floppy.install_notes index 5983710..e22b905 100644 --- a/etc/etc.i386/floppy.install_notes +++ b/etc/etc.i386/floppy.install_notes @@ -1,6 +1,6 @@ FLOPPY INSTALLATION NOTES FreeBSD - Release 1.0 + Release 1.1 Welcome to FreeBSD! This document has been put together in an effort to make initial installation of the system from floppy as easy as possible. @@ -150,4 +150,4 @@ to make initial installation of the system from floppy as easy as possible. freebsd.cdrom.com - please have a look around! You may also find this a good time to read the release notes in RELNOTES.FreeBSD. -End of $Id: floppy.install_notes,v 1.11 1993/10/16 12:22:45 rgrimes Exp $ +End of $Id: floppy.install_notes,v 1.12 1993/10/16 12:41:36 jkh Exp $ diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index d9a9edd..42fbaef 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -929,7 +929,9 @@ done <filelist | cpio -pdamu${cpioverbose} /mnt IFS=$OIFS cd /mnt -echo "/dev/${drivename}a / ufs rw 1 1" >etc/fstab +echo "proc /proc procfs rw 0 0" >etc/fstab +echo "/dev/${drivename}b none swap sw 0 0" >>etc/fstab +echo "/dev/${drivename}a / ufs rw 1 1" >>etc/fstab if [ "$ename" != "" ]; then echo "/dev/${drivename}e /$ename ufs rw 1 2" >>etc/fstab fi diff --git a/etc/etc.i386/inst2.profile b/etc/etc.i386/inst2.profile index 7068d01..92058a0 100644 --- a/etc/etc.i386/inst2.profile +++ b/etc/etc.i386/inst2.profile @@ -60,7 +60,7 @@ 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" +RELEASE="1.1" export TERMCAP export TERM echo "${OPSYSTEM} Base System Release ${RELEASE}" diff --git a/etc/etc.i386/install_notes b/etc/etc.i386/install_notes index 9bee613..2057179 100644 --- a/etc/etc.i386/install_notes +++ b/etc/etc.i386/install_notes @@ -1,6 +1,6 @@ INSTALLATION NOTES FreeBSD - Release 1.0 + Release 1.1 These notes have been prepared from those written originally for NetBSD 0.9. The conversion was done by someone who has had experience with @@ -15,10 +15,10 @@ seen before (perhaps 386BSD), but the installation procedures are quite different. -FreeBSD 1.0 Release Contents: +FreeBSD Release Contents: ------- --- ------- -------- -The FreeBSD 1.0 Release consists of the following elements: +The FreeBSD Release consists of the following elements: Bootable Kernel-copy floppies @@ -127,7 +127,7 @@ FreeBSD distribution sets System Requirements and Supported Devices: ------ ------------ --- --------- ------- -FreeBSD 1.0 runs on ISA (AT-Bus) and EISA systems, with 386 and 486 +FreeBSD runs on ISA (AT-Bus) and EISA systems, with 386 and 486 processors, with or without math coprocessors. It does NOT support Micro-channel systems, such as some IBM PS/2 systems. The minimal configuration includes 4Meg of RAM, and an 80Meg hard disk, but to @@ -287,7 +287,7 @@ or 1.44M) handy, on which you will put the kernel-copy image and the install (or upgrade) floppy images. The images are available from the directory "floppies", under the root -of the FreeBSD/FreeBSD-1.0 tree at your favorite archive site. +of the FreeBSD/FreeBSD-1.1 tree at your favorite archive site. They're available both as raw disk images, and gzipped, to save time downloading. @@ -1052,4 +1052,4 @@ THANKS FOR USING THIS; that's what makes it all worthwhile. as they will end up in our personal mail spools. We will be happy to make other arrangements] -This is $Id: install_notes,v 1.10 1993/10/16 12:05:51 rgrimes Exp $ +This is $Id: install_notes,v 1.11 1993/10/19 17:33:38 rgrimes Exp $ |