mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
extreme compression
This commit is contained in:
parent
e342aa3f18
commit
05d1c66d8d
2
Makefile
2
Makefile
@ -171,7 +171,7 @@ initrd.cpio: $(initrd_bins) initrd_libs
|
||||
$(call outputs,linux): initrd.cpio
|
||||
#$(call outputs,coreboot): $(build)/$(coreboot_dir)/initrd.cpio.xz
|
||||
$(build)/$(coreboot_dir)/initrd.cpio.xz: initrd.cpio
|
||||
xz < "$<" > "$@"
|
||||
xz --extreme < "$<" > "$@"
|
||||
|
||||
# hack for the coreboot to find the linux kernel
|
||||
$(build)/$(coreboot_dir)/bzImage: $(call outputs,linux)
|
||||
|
Loading…
Reference in New Issue
Block a user