Rev 3883 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3883 | Rev 4286 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | cp arch/$(BARCH)/loader/image.boot $(TMP)/HelenOS/image.boot |
49 | cp arch/$(BARCH)/loader/image.boot $(TMP)/HelenOS/image.boot |
| 50 | gzip -f $(TMP)/HelenOS/image.boot |
50 | gzip -f $(TMP)/HelenOS/image.boot |
| 51 | ifeq ($(CONFIG_RD_EXTERNAL),y) |
51 | ifeq ($(CONFIG_RD_EXTERNAL),y) |
| 52 | cp arch/$(BARCH)/loader/initrd.img $(TMP)/HelenOS/initrd.img |
52 | cp arch/$(BARCH)/loader/initrd.img $(TMP)/HelenOS/initrd.img |
| 53 | endif |
53 | endif |
| 54 | mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/ |
54 | mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $@ $(TMP)/ |
| 55 | 55 | ||
| 56 | depend: |
56 | depend: |
| 57 | -rm arch/$(BARCH)/loader/image.boot |
57 | -rm arch/$(BARCH)/loader/image.boot |
| 58 | 58 | ||
| 59 | arch/$(BARCH)/loader/image.boot: |
59 | arch/$(BARCH)/loader/image.boot: |