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:
parent
efe311555a
commit
567c374e40
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user