]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Fix the name of ISO image when it is booted under qemu
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 13 May 2014 10:45:57 +0000 (12:45 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 13 May 2014 10:45:57 +0000 (12:45 +0200)
novaboot

index f932d35a77d2759d0b4a06f81bac58e01e9668d7..7bec980ed84f5e06439b1ed10b85218eb0c17eb5 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -831,7 +831,7 @@ if (defined $qemu) {
 
     if (defined $iso_image) {
        # Boot NOVA with grub (and test the iso image)
-       push(@qemu_flags, ('-cdrom', "$config_name.iso"));
+       push(@qemu_flags, ('-cdrom', $iso_image));
     } else {
        # Boot NOVA without GRUB