wok-6.x diff memtest64/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents 000946205748
children
line diff
     1.1 --- a/memtest64/receipt	Mon Feb 27 09:07:28 2023 +0000
     1.2 +++ b/memtest64/receipt	Tue May 09 17:24:00 2023 +0000
     1.3 @@ -79,12 +79,10 @@
     1.4  post_install()
     1.5  {
     1.6  	[ -s $1/boot/isolinux/isolinux.cfg ] &&
     1.7 -	ln $1/boot/memtest64.exe $1/boot/memtest.exe64 &&
     1.8 -	! grep -qs 'Check memory' $1/boot/isolinux/isolinux.cfg && sed -i \
     1.9 -'s|LABEL md5|LABEL memtest mem ram\
    1.10 -	MENU LABEL Check memory\
    1.11 -	COM32 c32box.c32\
    1.12 -	APPEND linux /boot/memtest.exe\
    1.13 +	! grep -qs 'Check 64 bits memory' $1/boot/isolinux/isolinux.cfg && sed -i \
    1.14 +'s|LABEL md5|LABEL memtest64 mem64 ram64\
    1.15 +	MENU LABEL Check 64 bits memory\
    1.16 +	KERNEL /boot/memtest64.exe\
    1.17  \n&|' $1/boot/isolinux/isolinux.cfg
    1.18  	true
    1.19  }