diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-22 14:36:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-22 14:36:59 +0000 |
commit | e0946f163c9dd6be06425f82caabc4ce383269c4 (patch) | |
tree | efe2a1ed89c74ff9e1ab3da5be86d231c3ed1f0b /make_boot_img | |
parent | 789365a842c5df07bc249d5713b5db6833a8c6f0 (diff) | |
download | drakx-e0946f163c9dd6be06425f82caabc4ce383269c4.tar drakx-e0946f163c9dd6be06425f82caabc4ce383269c4.tar.gz drakx-e0946f163c9dd6be06425f82caabc4ce383269c4.tar.bz2 drakx-e0946f163c9dd6be06425f82caabc4ce383269c4.tar.xz drakx-e0946f163c9dd6be06425f82caabc4ce383269c4.zip |
fix removing cdrom-changeloop.img
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 1784a06a4..6080149d4 100755 --- a/make_boot_img +++ b/make_boot_img @@ -171,7 +171,7 @@ sub boot_img_i386 { _ "cat $kernel > $mnt/vmlinuz"; (my $rdz = $img) =~ s/\.img/.rdz/; - initrd($tmp_mnt_initrd, $initrd_type, $I, $rdz); + initrd($tmp_mnt_initrd, $type, $I, $rdz); my $short_type = substr($type, 0, 8); eval { _ "cp -f $rdz $mnt/$short_type.rdz" }; if ($@) { |