Commit 567c374e authored by Anton Midyukov's avatar Anton Midyukov

grub: not show "ALT" before @relname@ in 20install2.cfg

The word "ALT" already contained in @relname@. Added when call use/grub.
parent efe31155
default='linux'
menuentry 'Install ALT @relname@' --hotkey 'i' --id '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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment