Skip to content

Commit

Permalink
nova: don't unzip images with grub
Browse files Browse the repository at this point in the history
Causes trouble if a gz image is loaded via grub and later used as initrd for a
Linux VM (e.g. with Seoul VMM)

Discovered during Turmvilla scenario genodelabs#1552 and issue genodelabs#1733.
  • Loading branch information
alex-ab committed Oct 6, 2015
1 parent dd89c29 commit 2322953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/run/boot_dir/nova
Expand Up @@ -64,7 +64,7 @@ proc run_boot_dir {binaries} {
puts $fh " module /genode/config"
foreach binary $binaries {
if {$binary != "core"} {
puts $fh " module /genode/$binary" } }
puts $fh " modulenounzip /genode/$binary" } }
close $fh
}

Expand Down

0 comments on commit 2322953

Please sign in to comment.