diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-09-12 17:46:54 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-09-12 17:46:54 +0000 |
commit | 4e468c1616f5fa5a607f754c3afca00999584119 (patch) | |
tree | fbbbb4f39cdd96ce64bd1f8d00e714a34a1b6427 /make_boot_img | |
parent | 8f2b1b7bd5efa65a0a7d2566464bc09152f5dd8f (diff) | |
download | drakx-4e468c1616f5fa5a607f754c3afca00999584119.tar drakx-4e468c1616f5fa5a607f754c3afca00999584119.tar.gz drakx-4e468c1616f5fa5a607f754c3afca00999584119.tar.bz2 drakx-4e468c1616f5fa5a607f754c3afca00999584119.tar.xz drakx-4e468c1616f5fa5a607f754c3afca00999584119.zip |
- make_boot_img (boot_img_ia64): updates
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 3 |
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 |