mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
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
|
||||
|
||||
Reference in New Issue
Block a user