5 lines
275 B
INI
5 lines
275 B
INI
menuentry 'LiveCD with sessions support' --id 'session' {
|
|
linux@linux_suffix@ @boot_path@/vmlinuz changedisk fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@
|
|
initrd@linux_suffix@ @boot_path@/full.cz
|
|
}
|