mkimage-profiles/features.in/grub/cfg.in/00defaults.cfg

18 lines
323 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
insmod echo
insmod gzio
insmod minicmd
insmod normal
insmod test
set timeout=@timeout@
if [ $grub_cpu = x86_64 -o $grub_cpu = i386 ]; then
if [ $grub_platform = efi ]; then
linux_suffix=efi
elif [ $grub_platform = pc ]; then
linux_suffix=16
else
linux_suffix=
else
linux_suffix=
fi