diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-07-27 13:06:20 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-07-27 13:06:20 +0000 |
commit | b60292174096b8dfee12420feef27bb2bb342da1 (patch) | |
tree | b95ddbbd04fbf24afdbc95e8f2feaaec92632b3e /Makefile | |
parent | 69ef6fc24e26ec053d86c8f080822408a225d929 (diff) | |
download | drakx-b60292174096b8dfee12420feef27bb2bb342da1.tar drakx-b60292174096b8dfee12420feef27bb2bb342da1.tar.gz drakx-b60292174096b8dfee12420feef27bb2bb342da1.tar.bz2 drakx-b60292174096b8dfee12420feef27bb2bb342da1.tar.xz drakx-b60292174096b8dfee12420feef27bb2bb342da1.zip |
- Makefile (ia64): RELEASE_BOOT_IMG is all.img
- make_boot_img (initrd): ia64: increased image to 16 MB, don't try to
copy /etc/pcmcia since we don't have it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ ifeq (ppc,$(ARCH)) BOOT_IMG = RELEASE_BOOT_IMG = all.img endif +ifeq (ia64,$(ARCH)) +BOOT_IMG = +RELEASE_BOOT_IMG = all.img +endif BOOT_IMG += $(RELEASE_BOOT_IMG) FRELEASE_BOOT_IMG = $(BOOT_IMG:%=images/%) |