mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
nova: don't unzip images with grub
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 #1552 and issue #1733.
This commit is contained in:
parent
d7da035115
commit
24e65e2e39
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user