summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-22 14:36:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-22 14:36:59 +0000
commite0946f163c9dd6be06425f82caabc4ce383269c4 (patch)
treeefe2a1ed89c74ff9e1ab3da5be86d231c3ed1f0b /make_boot_img
parent789365a842c5df07bc249d5713b5db6833a8c6f0 (diff)
downloaddrakx-backup-do-not-use-e0946f163c9dd6be06425f82caabc4ce383269c4.tar
drakx-backup-do-not-use-e0946f163c9dd6be06425f82caabc4ce383269c4.tar.gz
drakx-backup-do-not-use-e0946f163c9dd6be06425f82caabc4ce383269c4.tar.bz2
drakx-backup-do-not-use-e0946f163c9dd6be06425f82caabc4ce383269c4.tar.xz
drakx-backup-do-not-use-e0946f163c9dd6be06425f82caabc4ce383269c4.zip
fix removing cdrom-changeloop.img
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
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 ($@) {