diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-12-19 23:50:13 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-12-19 23:50:13 +0000 |
commit | af238bf9b03f6ce761663e2d19ec6583e03a1975 (patch) | |
tree | 90b9c96a4a0e4d7e2fc05ae35ef894d99c2888f5 /Makefile | |
parent | aa526f6a34933327bd78007cf05c4117d568bb36 (diff) | |
download | drakx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |