You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
402 B
8 lines
402 B
3 years ago
|
menuentry $"LiveCD with sessions support" --id 'session' {
|
||
|
savedefault
|
||
|
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
|
||
|
linux$linux_suffix /boot/vmlinuz$KFLAVOUR fastboot live @initrd_bootargs@ @stagename@=live ramdisk_size=@live_size@ showopts live_rw vga=@bootvga@ @bootargs@ $EFI_BOOTARGS lang=$lang
|
||
|
echo $"Loading initial ramdisk ..."
|
||
|
initrd$linux_suffix /boot/@initrd@$KFLAVOUR.@initrd_ext@
|
||
|
}
|