Upgrade to 1.1 release level, add procfs entry on fstab creation.

This commit is contained in:
Rodney W. Grimes 1994-02-09 05:26:16 +00:00
parent f877ce1e56
commit 90ce3e3585
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1134
4 changed files with 12 additions and 10 deletions

View File

@ -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 $

View File

@ -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

View File

@ -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}"

View File

@ -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 $