added makefile rule to create bootable CDs and removed a printf call in
[bootcensus] / Makefile
index fcbe869..c4d724a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ pcboot.iso: floppy.img
        rm -rf cdrom
        git archive --format=tar --prefix=cdrom/ HEAD | tar xf -
        cp $< cdrom
-       mkisofs -o $@ -V pcboot -b $< cdrom
+       mkisofs -o $@ -R -J -V pcboot -b $< cdrom
 
 
 boot.img: bootldr.bin $(bin)