5c1239c97a
In menu you need the name of the distributiv. If not set, then we will be as before. Also corrected the selection of phrases for translation. Suggested-by: zerg@ See-also: ALT bug 39611, 39612.
10 lines
388 B
INI
10 lines
388 B
INI
|
|
default='linux'
|
|
|
|
menuentry $"Install "'@distro@' --hotkey 'i' --id 'linux' {
|
|
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
|
|
linux@linux_suffix@ @boot_path@/vmlinuz$KFLAVOUR changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ vga=@bootvga@ @bootargs@ @efi_bootargs@ lang=$lang
|
|
echo $"Loading initial ramdisk ..."
|
|
initrd@linux_suffix@ @boot_path@/full$KFLAVOUR.cz
|
|
}
|