Add optional kernel hook scripts for no defragmenting
[rrq/maintain_lilo.git] / debian / floppy / Makefile
1 # -*- makefile -*-
2 #
3 # Copyright 2010-2014 Joachim Wiedorn
4 #
5 # Licensed under the terms of the GPL-2 or any later version.
6 # On Debian systems, the complete text of the GNU General Public License
7 # version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
8
9 # Make a test floppy
10 # this floppy will boot a machine and display the output of some diagnostic
11 # programs to give you information on configuring LILO
12
13
14 floppy: disk.com bootsect.b
15         @echo Copy image onto boot floppy
16         cat bootsect.b disk.com | dd of=/dev/fd0 bs=512
17