X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=blobdiff_plain;f=Makefile;h=ef52a82ec106378c38db656e4912a63f95dd9559;hp=0c07e519828381aa1be85b16b6c8c5fd1e5d167a;hb=e68f51317f1b48a26c8994fe077f58408b13473a;hpb=8e9387ccf6bb0040f8f89a1d8fe256d27daeac09 diff --git a/Makefile b/Makefile index 0c07e51..ef52a82 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ MKISOFS_OPTS="-R -J -r -f -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-s sync-rewrap: ssh root@$(KVMHOST) "(cd $(KVMDIR); \ - echo "Rewrapping bootcd.img"; \ - (cd overlay && find . | cpio --quiet -c -o) | gzip -9 > iso/overlay.img; \ echo "Rewrapping overlay.img"; \ - (cd bootcd && find . | cpio --quiet -c -o) | gzip -9 > iso/bootcd.img; \ + (cd overlay && find . | cpio --quiet -c -o) | gzip -1 > iso/overlay.img; \ + echo "Rewrapping bootcd.img"; \ + (cd bootcd && find . | cpio --quiet -c -o) | gzip -1 > iso/bootcd.img; \ mkisofs -o $(NODE).iso $(MKISOFS_OPTS) iso/; \ )"