wok-current diff 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 (2 months ago)
parents
children ab0fd296633e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grub2-efi-x64/stuff/grub-live.cfg	Sat Mar 30 18:05:22 2024 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +set timeout=5
     1.5 +set delay=5
     1.6 +
     1.7 +menuentry "SliTaz" {
     1.8 +	echo 'Loading Linux ...'
     1.9 +	linux /EFI/BOOT/vmlinuz rw root=/dev/null video=-32 autologin
    1.10 +	echo 'Loading initrd ...'
    1.11 +	initrd /EFI/BOOT/rootfs.gz
    1.12 +}