freebsd-dev/release
1998-10-05 03:32:03 +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 Remove superfluous (and old) copies. 1998-09-24 16:37:37 +00:00
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 Whoops, correct brain-o. 1998-10-03 14:16:06 +00:00
sysinstall Correct braino: msdos -> dos. Now DOS installations should work again 1998-10-05 03:32:03 +00:00
ABOUT.TXT MF22: XFree86 is now v3.3.2 1998-07-17 22:00:06 +00:00
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 Whoops, correct brain-o. 1998-10-03 14:16:06 +00:00
dumpnlist.c Don't print out a gratuitous null entry for name list. 1998-10-04 14:23:06 +00:00
ERRATA.TXT MF22: Add prototype errata file. 1998-07-16 10:09:55 +00:00
fixit_crunch.conf Remove defunct scsi command from fixit floppy. 1998-09-19 01:46:22 +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
LAYOUT.TXT Add new help file. 1998-03-24 09:51:41 +00:00
Makefile Add a symbol to aid in release debugging. 1998-10-04 17:37:52 +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 Add a "I know it points to my foot!" -f option. 1997-09-18 18:27:34 +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? :-).