e0aa88b7b1
Pay attention to what you are adding to the variable. No need to add language and live_rw there! Они нужны только для refind.
9 lines
398 B
INI
9 lines
398 B
INI
menuentry 'LiveCD (no hard disk needed)' --id 'live' {
|
|
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 lowmem vga=@bootvga@ @bootargs@ @efi_bootargs@ lang=$lang
|
|
echo 'Loading initial ramdisk ...'
|
|
initrd@linux_suffix@ @boot_path@/full$KFLAVOUR.cz
|
|
}
|
|
|
|
|