Rev 3244 | Rev 3320 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3244 | Rev 3258 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | cp $$task arch/$(ARCH)/iso/boot/ ; \ |
57 | cp $$task arch/$(ARCH)/iso/boot/ ; \ |
58 | done |
58 | done |
59 | for task in $(RD_TASKS) ; do \ |
59 | for task in $(RD_TASKS) ; do \ |
60 | cp $$task $(USPACEDIR)/dist/sbin/ ; \ |
60 | cp $$task $(USPACEDIR)/dist/sbin/ ; \ |
61 | done |
61 | done |
62 | $(BASE)/tools/mktmpfs.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs.img |
62 | $(BASE)/tools/mktmpfs.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs |
63 | $(BASE)/tools/mkhord.py 4096 arch/$(ARCH)/iso/boot/initrd.fs.img arch/$(ARCH)/iso/boot/initrd.img |
63 | $(BASE)/tools/mkhord.py 4096 arch/$(ARCH)/iso/boot/initrd.fs arch/$(ARCH)/iso/boot/initrd.img |
64 | rm arch/$(ARCH)/iso/boot/initrd.fs.img |
64 | rm arch/$(ARCH)/iso/boot/initrd.fs |
65 | mkisofs -J -r -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o $(BASE)/image.iso arch/$(ARCH)/iso/ |
65 | mkisofs -J -r -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o $(BASE)/image.iso arch/$(ARCH)/iso/ |
66 | 66 | ||
67 | clean: |
67 | clean: |
68 | -for task in $(RD_TASKS) ; do \ |
68 | -for task in $(RD_TASKS) ; do \ |
69 | rm -f $(USPACEDIR)/dist/sbin/`basename $$task` ; \ |
69 | rm -f $(USPACEDIR)/dist/sbin/`basename $$task` ; \ |