mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
parent
2fb0bfdf85
commit
fb1d66b254
@ -107,7 +107,7 @@ proc run_boot_dir {binaries} {
|
||||
#
|
||||
# Compress Genode image, to be uncompressed by GRUB
|
||||
#
|
||||
exec gzip [run_dir]/boot/image.elf
|
||||
exec gzip -n [run_dir]/boot/image.elf
|
||||
|
||||
if {[have_include "image/disk"]} {
|
||||
install_disk_bootloader_to_run_dir
|
||||
|
@ -103,7 +103,7 @@ proc run_boot_dir {binaries} {
|
||||
#
|
||||
# Compress Genode image, to be uncompressed by GRUB
|
||||
#
|
||||
exec gzip [run_dir]/boot/image.elf
|
||||
exec gzip -n [run_dir]/boot/image.elf
|
||||
|
||||
if {[have_include "image/disk"]} {
|
||||
install_disk_bootloader_to_run_dir
|
||||
|
Loading…
Reference in New Issue
Block a user