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

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (8 weeks ago)
parents
children ab0fd296633e
line source
1 set timeout=5
2 set delay=5
4 menuentry "SliTaz" {
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 }