X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=debian%2Ffloppy%2FMakefile;h=3dba51b9bc799b0de6c8ace81fd0616bb7e2b980;hb=c3e58b59a1d71041a2674a64c46130436bd67ffa;hp=55478d2bbfeeca4a78a3a1da66d4b9c6f6541fd8;hpb=376302640d1ce25619242a6bae5a96488f8f0bcc;p=rrq%2Fmaintain_lilo.git diff --git a/debian/floppy/Makefile b/debian/floppy/Makefile index 55478d2..3dba51b 100644 --- a/debian/floppy/Makefile +++ b/debian/floppy/Makefile @@ -1,7 +1,17 @@ +# -*- makefile -*- +# +# Copyright 2010-2014 Joachim Wiedorn +# +# Licensed under the terms of the GPL-2 or any later version. +# On Debian systems, the complete text of the GNU General Public License +# version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. + # Make a test floppy # this floppy will boot a machine and display the output of some diagnostic # programs to give you information on configuring LILO + floppy: disk.com bootsect.b + @echo Copy image onto boot floppy cat bootsect.b disk.com | dd of=/dev/fd0 bs=512