freebsd-dev/release/floppies
Jordan K. Hubbard 2efff52162 YAMF22
1997-03-07 16:39:32 +00:00
..
boot Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
fixit Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
crunch_fs.mk Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
doFS.sh stand alone (kinda) floppy generation.. 1996-05-21 01:12:48 +00:00
makecrunch.mk slight cleanup of the floppy building stuff to take into account 1996-08-22 09:45:46 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
README.TXT YAMF22 1997-03-07 16:39:32 +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? :-).