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

8 lines
128 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@
2020-03-03 16:50:43 +03:00
if [ ! "$lang" ]; then lang=@LOCALE@; fi