wok diff memtest64/receipt @ rev 25515
Update qemu website
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 19 09:52:04 2023 +0000 (21 months ago) |
parents | a7a39e042b62 |
children | 7a861ec55497 |
line diff
1.1 --- a/memtest64/receipt Thu Feb 16 14:18:05 2023 +0000 1.2 +++ b/memtest64/receipt Sun Feb 19 09:52:04 2023 +0000 1.3 @@ -77,10 +77,11 @@ 1.4 post_install() 1.5 { 1.6 [ -s $1/boot/isolinux/isolinux.cfg ] && 1.7 - ! grep -qs 'Check 64bits memory' $1/boot/isolinux/isolinux.cfg && sed -i \ 1.8 -'s|LABEL md5|LABEL memtest64 mem64 ram64\ 1.9 - MENU LABEL Check 64bits memory\ 1.10 - KERNEL /boot/memtest64.exe\ 1.11 + ln $1/boot/memtest64.exe $1/boot/memtest.exe64 && 1.12 + ! grep -qs 'Check memory' $1/boot/isolinux/isolinux.cfg && sed -i \ 1.13 +'s|LABEL md5|LABEL memtest mem ram\ 1.14 + MENU LABEL Check memory\ 1.15 + KERNEL /boot/memtest.exe\ 1.16 \n&|' $1/boot/isolinux/isolinux.cfg 1.17 true 1.18 }