]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Merge branch 'master' of /pub/scm/gpxe
authorMarty Connor <mdc@etherboot.org>
Fri, 6 Jul 2007 12:04:55 +0000 (08:04 -0400)
committerMarty Connor <mdc@etherboot.org>
Fri, 6 Jul 2007 12:04:55 +0000 (08:04 -0400)
1  2 
src/arch/i386/Makefile

index bda22c8af66481de1bde48ce5b4b8097bf2d3369,21a8e36d79b099a066a2e77475e44431714d67af..620cddd2dc7db8ebf360a75d0b3956ca4c53ad40
@@@ -111,9 -111,15 +111,15 @@@ NON_AUTO_MEDIA           += fd
        dd if=$< bs=512 conv=sync of=/dev/fd0
        sync
  
+ # rule to create padded disk images
+ NON_AUTO_MEDIA                += pdsk
+ %pdsk : %dsk
+       cp $< $@
+       $(PERL) ./util/dskpad.pl $@
  # rule to make a non-emulation ISO boot image
  NON_AUTO_MEDIA                += iso
 -%iso: %lilo util/geniso
 +%iso: %lkrn util/geniso
        ISOLINUX_BIN=$(ISOLINUX_BIN) bash util/geniso $@ $<
  
  # rule to make a floppy emulation ISO boot image