567c374e40
The word "ALT" already contained in @relname@. Added when call use/grub.
7 lines
258 B
INI
7 lines
258 B
INI
|
|
default='linux'
|
|
menuentry 'Install @relname@' --hotkey 'i' --id 'linux' {
|
|
linux@linux_suffix@ @boot_path@/vmlinuz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ vga=@bootvga@ @bootargs@
|
|
initrd@linux_suffix@ @boot_path@/full.cz
|
|
}
|