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

The word "ALT" already contained in @relname@.
Added when call use/grub.
This commit is contained in:
Anton Midyukov 2020-02-02 23:17:46 +07:00
parent efe311555a
commit 567c374e40

View File

@ -1,6 +1,6 @@
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
}