freebsd-skq/release
Jordan K. Hubbard 86ff624834 Make some changes to the way the label editor reads script variables
so you don't need to re-enter it for each and every filesystem. Heads up!
This change is incompatible with the previous scripting format,
so those folks (all 2 of you) using config files should take a look
at the changes to the sample install.cfg file for the diskLabelEditor's
new calling syntax.

Finally write a man page for this thing, documenting all of the above
and more.  I can't drive a stake through this thing's heart without
properly documenting it first, so please consider this step #1 in that
process (to be honest, sysinstall will also live on for some time in
the 2.2. branch since it's unlikely that the new install tools will ever
make it over there - they're strictly 3.0 material).
1997-08-11 13:08:29 +00:00
..
alpha Add -lm since "ping" now requires the math library for its 1997-07-29 21:32:52 +00:00
amd64 Add -lalias for ppp now. 1997-05-24 09:03:28 +00:00
floppies update the floppies directory to work better 1997-07-22 02:51:02 +00:00
i386 Add -lalias for ppp now. 1997-05-24 09:03:28 +00:00
pc98 Add -lalias for ppp now. 1997-05-24 09:03:28 +00:00
picobsd/build Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
scripts iso codes need to be in bin distribution for tzsetup 1997-07-08 00:46:32 +00:00
sysinstall Make some changes to the way the label editor reads script variables 1997-08-11 13:08:29 +00:00
ABOUT.TXT Bring over doc fixes. 1997-04-20 19:39:23 +00:00
boot_crunch.conf Add -lalias for ppp now. 1997-05-24 09:03:28 +00:00
doFS.sh 1. Sync ABOUT.TXT changes. 1997-02-05 04:29:53 +00:00
dumpnlist.c Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
fixit_crunch.conf Add -lm since "ping" now requires the math library for its 1997-07-29 21:32:52 +00:00
fixit.profile . Remove the ${RELEASEDIR} variable, it turned out to be a constant 1997-03-02 11:59:26 +00:00
fixit.services Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
info.sh Various fixes, take power.uu out as it was causing overflows. We'll 1996-06-07 11:46:19 +00:00
Makefile Make README.TXT for floppies reference work. 1997-07-31 10:57:31 +00:00
README.TXT Whups - use a slightly more up-to-date version. 1997-07-31 10:59:50 +00:00
tar.sh Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
write_mfs_in_kernel.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00

For a normal CDROM or network installation, all you need to copy onto an
actual floppy from this directory is the boot.flp image (for 1.44MB floppies).

NOTE: These images are NOT DOS files!  You cannot simply copy them to
a DOS floppy as regular files, you need to *image* copy them to the
floppy with fdimage.exe under DOS or `dd' under UNIX.

For example:

To create the boot floppy image from DOS, you'd do something like
this:

C> fdimage boot.flp a:

Assuming that you'd copied fdimage.exe and boot.flp into a directory
somewhere.  If you were doing this from the base of a CD distribution,
then the *exact* command would be:

E> tools\fdimage floppies\boot.flp a:


If you're creating the boot floppy from a UNIX machine, you may find
that:

        dd if=floppies/boot.flp of=/dev/rfd0

or

        dd if=floppies/boot.flp of=/dev/floppy

work well, depending on your hardware and operating system environment
(different versions of UNIX have totally different names for the
floppy drive - neat, huh? :-).