mkimage-profiles/features.in/grub/cfg.in/20install2.cfg

7 lines
260 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
default='linux'
menuentry 'Install ALT @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
2019-10-30 20:36:22 +03:00
}