wok-current diff grub2-efi-x64/stuff/grub-live.cfg @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (7 weeks ago) |
parents | ab0fd296633e |
children |
line diff
1.1 --- a/grub2-efi-x64/stuff/grub-live.cfg Thu Apr 04 12:30:52 2024 +0000 1.2 +++ b/grub2-efi-x64/stuff/grub-live.cfg Thu Dec 05 08:39:45 2024 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 menuentry "SliTaz Live [EFI]" { 1.6 echo 'Loading Linux ...' 1.7 - linux /EFI/BOOT/vmlinuz rw root=/dev/null video=-32 autologin 1.8 + linux /EFI/boot/vmlinuz rw root=/dev/null video=-32 autologin 1.9 echo 'Loading initrd ...' 1.10 - initrd /EFI/BOOT/rootfs.gz 1.11 + initrd /EFI/boot/rootfs.gz 1.12 }