aa12c024f9
Needed for use one grub.cfg config for all grub platforms.
10 lines
386 B
INI
10 lines
386 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
|
|
}
|