head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	92.12.10.10.23.57;	author md;	state Exp;
branches;
next	1.2;

1.2
date	92.12.10.10.06.14;	author md;	state Exp;
branches;
next	1.1;

1.1
date	88.12.09.22.53.44;	author md;	state Exp;
branches;
next	;


desc
@original AOS version
@


1.3
log
@little bit if cleaning up to get things right.
@
text
@# 5799-WZQ (C) COPYRIGHT IBM CORPORATION 1986, 1987,1988
# LICENSED MATERIALS - PROPERTY OF IBM
# REFER TO COPYRIGHT INSTRUCTIONS FORM NUMBER G120-2083
# $Header: /usr/src/sys/rtdist/RCS/README,v 1.2 1992/12/10 10:06:14 md Exp md $
# $ACIS:README 12.0$ # $Source: /usr/src/sys/rtdist/RCS/README,v $

			About this directory

This directory contains files used in building an installation diskette.
This diskette is required in order to install 4.3BSD Reno on the IBM RT
PC workstation.

In order to make an installation diskette, you first need to make a miniroot 
kernel and other binary files with the command:

	1> cd /sys/rtdist; make miniroot

To create the diskette itself, use the command:

	2> cd /sys/rtdist; make diskette

To use the local /etc/hosts hosttable, use the command:

	2> cd /sys/rtdist; make diskette LOCAL=-local

By default we use a preconfigured MINIROOT kernel config file.  You can
use the sed script mkMINIROOT to convert the generic kernel configuration
file into the configuration file for the miniroot kernel if you like.

The shell script restore.tape is the installation command, we currently
don't support installation via the network.

The directories bin, sbin, etc, and usr/ucb contain installation versions
of some of the utilities used in the system installation process.

The installation process automatically determines if you are installating
the Xterminal version of the code.  If you are, it will run the xconf
shell script to ask the appropriate questions and set up the config
files accordingly.
@


1.2
log
@Update information to make it relevant.
@
text
@d4 1
a4 1
# $Header: /usr/src/sys/rtdist/RCS/README,v 1.1 1988/12/09 22:53:44 md Exp md $
d16 1
a16 1
	1> cd /sys/rtdist; make MINIROOT
@


1.1
log
@Initial revision
@
text
@d4 2
a5 15
# $Header:README 12.0$ 
# $ACIS:README 12.0$ 
# $Source: /ibm/acis/usr/sys/dist/RCS/README,v $ 

	************************************************
	*** NEVER UPDATE /etc/hosts ON THE MINIROOT! ***
	***     UPDATE /etc/hosts.base INSTEAD!      ***
	************************************************

		About /etc/hosts on the miniroot

The file /etc/hosts needs to be writable, so it is a symbolic link to
/tmp/hosts.  When /tmp is mounted on a writable file system,
/etc/hosts.base is copied into /tmp/hosts.  Until then, /tmp/hosts is a
symbolic link to /etc/hosts.base so that everything appears normal.
a6 1

d9 3
a11 3
This directory contains files used in building an installation
diskette.  This diskette is required in order to install IBM
Academic Operating System 4.3 on the IBM RT PC workstation.
d13 2
a14 2
In order to make an installation diskette, you first need to make
a miniroot kernel and other binary files with the command:
d16 1
a16 1
	1> cd /sys/dist; make MINIROOT
d20 1
a20 1
	2> cd /sys/dist; make diskette
d24 1
a24 1
	2> cd /sys/dist; make diskette LOCAL=-local
d26 3
a28 2
The sed script mkMINIROOT converts the generic kernel configuration
file into the configuration file for the miniroot kernel.
d30 2
a31 2
The shell script restore.tape is the installation command, and
restore.net is a hard link to it on the installation diskette.
d33 1
a33 1
The directories bin, etc, and usr/ucb contain installation versions
d36 4
a39 9
The shell script make.minimal installs an image of a clean minimal
file system on a master machine for use with reduced and minimal
installations.

The shell script make.site removes directories located (by default)
in /andrew/usr that need to be written to regularly.  It then
replaces them with symbolic links to /site.  This is needed so
minimal and reduced systems can write to directories like /usr/spool,
/usr/adm, /usr/tmp, etc.
@
