# 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.3 1992/12/10 10:23:57 md Exp $
# $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.
