Rev 3448 | Rev 3552 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3448 | Rev 3535 | ||
|---|---|---|---|
| Line 85... | Line 85... | ||
| 85 | done |
85 | done |
| 86 | ifeq ($(RDFMT),tmpfs) |
86 | ifeq ($(RDFMT),tmpfs) |
| 87 | $(BASE)/tools/mktmpfs.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs |
87 | $(BASE)/tools/mktmpfs.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs |
| 88 | endif |
88 | endif |
| 89 | ifeq ($(RDFMT),fat) |
89 | ifeq ($(RDFMT),fat) |
| 90 | $(BASE)/tools/mkfat.sh $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs |
90 | $(BASE)/tools/mkfat.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs |
| 91 | endif |
91 | endif |
| 92 | $(BASE)/tools/mkhord.py 4096 arch/$(ARCH)/iso/boot/initrd.fs arch/$(ARCH)/iso/boot/initrd.img |
92 | $(BASE)/tools/mkhord.py 4096 arch/$(ARCH)/iso/boot/initrd.fs arch/$(ARCH)/iso/boot/initrd.img |
| 93 | rm arch/$(ARCH)/iso/boot/initrd.fs |
93 | rm arch/$(ARCH)/iso/boot/initrd.fs |
| 94 | 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/ |
94 | 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/ |
| 95 | 95 | ||