summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img3
1 files changed, 2 insertions, 1 deletions
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