freebsd_amp_hwpstate/release
Brian Somers 7fbcb4ce39 Clean the crunchgen targets after creating the crunch binary.
This *should* avoid the -DRELEASE_CRUNCH polution that's
mis-building user-ppp.
1998-06-24 06:55:18 +00:00
..
alpha Remove the necessity of -ldes and -lalias etc from release/Makefile. 1998-01-17 14:21:21 +00:00
amd64 Remove the necessity of -ldes and -lalias etc from release/Makefile. 1998-01-17 14:21:21 +00:00
floppies
i386 Remove the necessity of -ldes and -lalias etc from release/Makefile. 1998-01-17 14:21:21 +00:00
pc98 Remove the necessity of -ldes and -lalias etc from release/Makefile. 1998-01-17 14:21:21 +00:00
picobsd/build
scripts Add the whatis database to catpages too 1998-04-26 08:34:26 +00:00
sysinstall Stop including COMPAT_21 unconditionally for X now; that kludge hasn't 1998-06-10 01:15:46 +00:00
ABOUT.TXT
LAYOUT.TXT Add new help file. 1998-03-24 09:51:41 +00:00
Makefile Clean the crunchgen targets after creating the crunch binary. 1998-06-24 06:55:18 +00:00
README.TXT
boot_crunch.conf Remove the necessity of -ldes and -lalias etc from release/Makefile. 1998-01-17 14:21:21 +00:00
doFS.sh Make the vn device that is being used to build the floppies configurable. 1998-03-22 18:39:42 +00:00
dumpnlist.c
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? :-).