From efc68ee2cca9aa57280f3b02dbca5de6509f1a29 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 13 May 2014 12:45:57 +0200 Subject: [PATCH 1/1] Fix the name of ISO image when it is booted under qemu --- novaboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaboot b/novaboot index f932d35..7bec980 100755 --- 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 -- 2.39.2