wok-current view 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 (5 weeks ago)
parents ab0fd296633e
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 }