This package contains the Linux floppy builder scripts
for Coyote Linux. To use this package, you need a funtional
Linux system and should be logged in as root (you will need
direct access to the raw floppy device). To start the disk
creator, use the following command:

./makefloppy.sh

Some optional parameters:

-n	Do not attempt to format the floppy, just copy the files

-i 	Attempt to update a floppy image file called flp.img in
	this directory. To create a floppy image, you will need
	to generate at least one physical Coyote boot floppy and 
	use the following:

	dd if=/dev/fd0 of=flp.img bs=1k
	
	This option is useful if you are using a application such
	as VMWare to boot from a floppy disk image.


For more information about Coyote Linux, please visit the homepage
at: http://www.coyotelinux.com.  If you have questions or problems
please use the public forums.

Coyote Linux development is funded by Vortech Consulting, LLC
and public contributions/donations from various individuals around
the world. If you enjoy using Coyote, please consider making a source 
code contribution, monetary donation, or assisting others in the 
public forums to help support its development and use.


