]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - novaboot
Fix the name of ISO image when it is booted under qemu
[novaboot.git] / 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