wok-current diff ipxe/receipt @ rev 24027

os-prober: added dependency coreutils
author Hans-G?nter Theisgen
date Wed Mar 24 16:32:15 2021 +0100 (2021-03-24)
parents aa2fff9a1b85
children c1a1d1f23e07
line diff
     1.1 --- a/ipxe/receipt	Sat Sep 12 17:42:55 2020 +0000
     1.2 +++ b/ipxe/receipt	Wed Mar 24 16:32:15 2021 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src/src
     1.7 +	patch -p1 < $stuff/cmd_isgt.u
     1.8  	sed -i 's|SIZEOF_LOW_4GB / SIZEOF_2MB_PAGE|1 << (SIZEOF_LOW_4GB_LOG2 - SIZEOF_2MB_PAGE_LOG2)|' arch/x86/transitions/librm.S
     1.9  	sed -i 's/-llzma/& -lpthread/' Makefile.*
    1.10  	sed -i 's|//\(#define.*CONSOLE_FRAMEBUFFER\)|\1|' config/console.h