freebsd_amp_hwpstate/release
Mike Smith 4879f4d58a Pass the '-n' flag to route(8) when setting up/tearing down the default
route.  If your nameserver config is wrong, this will otherwise hang for
the default resolver timeout (75 seconds), leading people to think that
the system has hung.
1998-10-01 19:26:02 +00:00
..
alpha Try #2 with minigzip. Now that John Hay has made it behave more properly 1998-09-29 04:58:17 +00:00
amd64 Try #2 with minigzip. Now that John Hay has made it behave more properly 1998-09-29 04:58:17 +00:00
floppies
i386 Try #2 with minigzip. Now that John Hay has made it behave more properly 1998-09-29 04:58:17 +00:00
pc98 Try #2 with minigzip. Now that John Hay has made it behave more properly 1998-09-29 04:58:17 +00:00
picobsd Small update: you need to unpack the stand-alone picobsd tarball into 1998-09-29 12:23:58 +00:00
scripts
sysinstall Pass the '-n' flag to route(8) when setting up/tearing down the default 1998-10-01 19:26:02 +00:00
ABOUT.TXT
ERRATA.TXT
LAYOUT.TXT
Makefile Urk!! At some point, CFLAGS got set to -O2 rather than -O (which 1998-10-01 09:27:02 +00:00
README.TXT
boot_crunch.conf Try #2 with minigzip. Now that John Hay has made it behave more properly 1998-09-29 04:58:17 +00:00
doFS.sh
dumpnlist.c Finally conditionalize the SCSI frobbing code properly. This 1998-09-30 20:54:34 +00:00
fixit.profile
fixit.services
fixit_crunch.conf
info.sh
tar.sh
write_mfs_in_kernel.c

README.TXT

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? :-).