wok-current rev 25707

Fix miss file need for grub2-efi install (kernel.img, modinfo.sh)
author Stanislas Leduc <shann@slitaz.org>
date Thu May 30 20:14:23 2024 +0000 (5 months ago)
parents fb0dceec41fb
children cec918ae56ee
files grub2-efi-x64-modules/receipt
line diff
     1.1 --- a/grub2-efi-x64-modules/receipt	Mon May 27 17:50:35 2024 +0000
     1.2 +++ b/grub2-efi-x64-modules/receipt	Thu May 30 20:14:23 2024 +0000
     1.3 @@ -18,4 +18,6 @@
     1.4  
     1.5  	cp $src/grub-core/*.mod	$fs/boot/grub/x86_64-efi
     1.6  	cp $src/grub-core/*.lst	$fs/boot/grub/x86_64-efi
     1.7 +	cp $src/grub-core/kernel.img $fs/boot/grub/x86_64-efi
     1.8 +	cp $src/grub-core/modinfo.sh $fs/boot/grub/x86_64-efi
     1.9  }