mkimage-profiles/features.in/grub/cfg.in/32live_rw.cfg

5 lines
269 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
menuentry 'LiveCD with sessions support' --id 'session' {
linux$linux_suffix /EFI/BOOT/vmlinuz changedisk fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@
initrd$linux_suffix /EFI/BOOT/full.cz
}