wok-current view grub2-efi-x64/stuff/grub-live.cfg @ rev 25696

Update tazlito to use grub2-efi-x64 for EFI boot
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 12:30:52 2024 +0000 (7 weeks ago)
parents c6a7d1307ceb
children
line source
1 set timeout=5
2 set delay=5
4 menuentry "SliTaz Live [EFI]" {
5 echo 'Loading Linux ...'
6 linux /EFI/BOOT/vmlinuz rw root=/dev/null video=-32 autologin
7 echo 'Loading initrd ...'
8 initrd /EFI/BOOT/rootfs.gz
9 }