diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-21 16:18:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-21 16:18:32 +0000 |
commit | dbabd92df7b4eff6cb1694b94c6f89f4a7437121 (patch) | |
tree | d46d6e1fd316fa913d8d40028109b0d4840cdb54 /Makefile | |
parent | d7c1b0912742b1419b86eacb38c7824dcca14dec (diff) | |
download | drakx-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar drakx-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar.gz drakx-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar.bz2 drakx-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar.xz drakx-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.zip |
add image hd_grub.img
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ install: dirs images rescue install_only dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done -images: $(FBOOT_IMG) images/all.rdz # all.rdz is needed to update isolinux +images: $(FBOOT_IMG) images/hd_grub.img images/all.rdz # all.rdz is needed to update isolinux $(FBOOT_RDZ): kernel/all.modules ./make_boot_img $@ `basename $(@:%.rdz=%)` @@ -52,7 +52,7 @@ tar: clean install_only: for i in images misc Mandrake Mandrake/base Mandrake/share; do install -d $(ROOTDEST)/$$i ; done ifneq (ppc,$(ARCH)) - for i in $(FBOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done + for i in $(FBOOT_IMG) images/hd_grub.img; do cp -f $${i}* $(ROOTDEST)/images; done endif ifeq (alpha,$(ARCH)) for i in $(FBOOT_RDZ); do cp -f $${i}* $(ROOTDEST)/boot; done |