mkimage-profiles/features.in/grub/cfg.in/20install2.cfg
Anton Midyukov 567c374e40 grub: not show "ALT" before @relname@ in 20install2.cfg
The word "ALT" already contained in @relname@.
Added when call use/grub.
2020-04-03 22:56:58 +07:00

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
}