HardenedBSD/release
Jordan K. Hubbard 2ce18d2da7 There appears to be no way around linking with DES for the
moment - the compile-time options are useless since the object
files are being used from ppp to build the crunched image, and
the ppp objects include DES at this stage since they were last
built that way to make the secure distribution.  Hmmmm!
1997-09-30 23:58:24 +00:00
..
alpha There appears to be no way around linking with DES for the 1997-09-30 23:58:24 +00:00
amd64 There appears to be no way around linking with DES for the 1997-09-30 23:58:24 +00:00
floppies
i386 There appears to be no way around linking with DES for the 1997-09-30 23:58:24 +00:00
pc98 There appears to be no way around linking with DES for the 1997-09-30 23:58:24 +00:00
picobsd/build Add a "I know it points to my foot!" -f option. 1997-09-18 18:27:34 +00:00
scripts
sysinstall Add ftp4.uk.freebsd.org 1997-09-29 00:15:07 +00:00
ABOUT.TXT Update # of ports. 1997-09-10 15:20:00 +00:00
boot_crunch.conf There appears to be no way around linking with DES for the 1997-09-30 23:58:24 +00:00
doFS.sh
dumpnlist.c
fixit_crunch.conf
fixit.profile
fixit.services
info.sh
Makefile Fix kerberos breakage for release. 1997-09-30 08:09:03 +00:00
README.TXT
tar.sh
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? :-).