From 4e468c1616f5fa5a607f754c3afca00999584119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 12 Sep 2001 17:46:54 +0000 Subject: - make_boot_img (boot_img_ia64): updates --- make_boot_img | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_boot_img b/make_boot_img index c9c2dc4f0..b033a44e1 100755 --- a/make_boot_img +++ b/make_boot_img @@ -219,13 +219,14 @@ sub boot_img_alpha { sub boot_img_ia64 { my ($mnt, $img, $kernel) = @_; + my $rdz = $img; $rdz =~ s/\.img/.rdz/; __ "$sudo umount $mnt 2>/dev/null"; _ "dd if=/dev/zero of=$img bs=1k count=16384"; _ "mkdosfs $img"; _ "$sudo mount -t vfat $img $mnt -o loop,umask=000"; _ "$sudo cp -f $kernel $mnt/vmlinux"; - _ "cp -f images/$type.rdz $mnt/$type.rdz"; + _ "cp -f $rdz $mnt/$type.rdz"; _ "$sudo cp -f tools/ia64/elilo.efi $mnt"; output("$mnt/elilo.conf", " prompt -- cgit v1.2.1