freebsd-dev/release
Andrzej Bialecki 856306b2f9 Set OBJFORMAT=aout to affect the whole build - for now, it seems that too
many tools needed to build the floppies are dependent on a.out...
1998-09-04 08:08:05 +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 keep more up to date.. 1998-08-03 19:18:08 +00:00
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 Set OBJFORMAT=aout to affect the whole build - for now, it seems that too 1998-09-04 08:08:05 +00:00
scripts BINFORMAT -> OBJFORMAT ready for E-day. 1998-08-30 02:52:04 +00:00
sysinstall Don't set the router_enable variable by default. 1998-08-31 17:47:52 +00:00
ABOUT.TXT MF22: XFree86 is now v3.3.2 1998-07-17 22:00:06 +00:00
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
ERRATA.TXT MF22: Add prototype errata file. 1998-07-16 10:09:55 +00:00
fixit_crunch.conf
fixit.profile
fixit.services
info.sh
LAYOUT.TXT Add new help file. 1998-03-24 09:51:41 +00:00
Makefile Only move a.out libs if we're building for a.out. 1998-09-04 06:31:34 +00:00
README.TXT
tar.sh
write_mfs_in_kernel.c

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