55478d2bbfeeca4a78a3a1da66d4b9c6f6541fd8
[rrq/maintain_lilo.git] / debian / floppy / Makefile
1 # Make a test floppy
2 # this floppy will boot a machine and display the output of some diagnostic
3 # programs to give you information on configuring LILO
4
5 floppy: disk.com bootsect.b
6         cat bootsect.b disk.com | dd of=/dev/fd0 bs=512
7