summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-19 23:50:13 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-19 23:50:13 +0000
commitaf238bf9b03f6ce761663e2d19ec6583e03a1975 (patch)
tree90b9c96a4a0e4d7e2fc05ae35ef894d99c2888f5 /Makefile
parentaa526f6a34933327bd78007cf05c4117d568bb36 (diff)
downloaddrakx-af238bf9b03f6ce761663e2d19ec6583e03a1975.tar
drakx-af238bf9b03f6ce761663e2d19ec6583e03a1975.tar.gz
drakx-af238bf9b03f6ce761663e2d19ec6583e03a1975.tar.bz2
drakx-af238bf9b03f6ce761663e2d19ec6583e03a1975.tar.xz
drakx-af238bf9b03f6ce761663e2d19ec6583e03a1975.zip
stage1, disk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1efe639c8..d983b8d5b 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ autoboot:
ifeq (i386,$(ARCH))
install -d $(ROOTDEST)/boot
# cp -f vmlinuz {hd,cdrom,pcmcia,network,all,other}.rdz $(ROOTDEST)/boot
- cp -f vmlinuz {cdrom,network,all,other}.rdz $(ROOTDEST)/boot
+ cp -f vmlinuz {hd,hdreiser,cdrom,network,all,other}.rdz $(ROOTDEST)/boot
/usr/sbin/rdev -v $(ROOTDEST)/boot/vmlinuz 788
endif