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 authored and tomga committed Feb 20, 2016
1 parent 5107aa3 commit 51428a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/run/boot_dir/nova
Original file line number Diff line number Diff line change
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 51428a3

Please sign in to comment.