aa12c024f9
Needed for use one grub.cfg config for all grub platforms.
7 lines
402 B
INI
7 lines
402 B
INI
menuentry $"LiveCD with sessions support" --id 'session' {
|
|
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
|
|
linux$linux_suffix @boot_path@/vmlinuz$KFLAVOUR changedisk fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@ @efi_bootargs@ lang=$lang
|
|
echo $"Loading initial ramdisk ..."
|
|
initrd$linux_suffix @boot_path@/full$KFLAVOUR.cz
|
|
}
|