From e0946f163c9dd6be06425f82caabc4ce383269c4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Jan 2004 14:36:59 +0000 Subject: fix removing cdrom-changeloop.img --- make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ($@) { -- cgit v1.2.1