wok diff ipxe/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
parents c1a1d1f23e07
children ac8ca9758df1
line diff
     1.1 --- a/ipxe/receipt	Mon May 10 19:33:04 2021 +0000
     1.2 +++ b/ipxe/receipt	Tue Nov 16 17:16:48 2021 +0000
     1.3 @@ -26,6 +26,7 @@
     1.4  	cd $src/src
     1.5  	patch -p1 < $stuff/cmd_isgt.u
     1.6  	sed -i 's|SIZEOF_LOW_4GB / SIZEOF_2MB_PAGE|1 << (SIZEOF_LOW_4GB_LOG2 - SIZEOF_2MB_PAGE_LOG2)|' arch/x86/transitions/librm.S
     1.7 +	sed -i 's|i.86|i386|;s|bswapl\t%eax|xchgb\t%al, %ah\n\troll\t$16, %eax\n\txchgb\t%al, %ah|' arch/x86/prefix/unlzma.S
     1.8  	sed -i 's/-llzma/& -lpthread/' Makefile.*
     1.9  	sed -i 's|//\(#define.*CONSOLE_FRAMEBUFFER\)|\1|' config/console.h
    1.10  	sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h