mkimage-profiles/features.in/syslinux/cfg.in
Michael Shigorin 46e3c94707 syslinux: no ui, no escape
This one was suggested by enp@ for industrial use where
some extra protection for the boot process might be quite
desirable.

If no syslinux ui was specified (the stock configuration paths
ensure there is one) or if it was set to "none" explicitly,
then there's no boot: prompt (let alone any menu).

If there's a need to ensure that the boot process is not
interruptable by Ctrl/Shift/Caps Lock/Scroll Lock.
2012-07-31 13:51:34 +04:00
..
00defaults.cfg syslinux configuration revisited 2012-03-31 21:08:09 +03:00
01gfxboot.cfg syslinux configuration revisited 2012-03-31 21:08:09 +03:00
01menu.cfg syslinux configuration revisited 2012-03-31 21:08:09 +03:00
01none.cfg syslinux: no ui, no escape 2012-07-31 13:51:34 +04:00
01prompt.cfg syslinux configuration revisited 2012-03-31 21:08:09 +03:00
01vesamenu.cfg syslinux configuration revisited 2012-03-31 21:08:09 +03:00
02noescape.cfg syslinux: no ui, no escape 2012-07-31 13:51:34 +04:00
05live.cfg 05live.cfg: drop "splash" by default 2012-06-25 19:29:38 +03:00
10localboot.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
10removable.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
20install2.cfg added plymouth feature 2012-06-14 17:15:24 +03:00
20netinstall2.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
80rescue.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
85dos.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
90hdt.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
90memtest.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
Makefile syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
README syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Здесь хранятся кусочки конфигурации для syslinux,
нужные из которых копируются с подстановкой значений
из метапрофиля в профиль и уже там в зависимости от
доступных модулей собираются в конфигурационный файл.

При изменении или добавлении просьба по оформлению
с тем, чтобы легче было отсматривать и сводить:

- параметры append перечисляются в следующем порядке:
  + initrd=...
  + по алфавиту те, что без аргументов
  + по алфавиту те, что имеют аргументы
- в конце файла пустая строка

Для проверки уникальности клавиатурных сокращений
служит команда "make check".