mkimage-profiles/features.in/syslinux/cfg.in
Michael Shigorin dbed41bf81 syslinux: *.cfg tweaks
- parameter order fixed to "simple first, then those with args"
  and documented as the preferred one (might be debatable, okay)
- added "lowmem" to live so it avoids a ramdisk but works off media
  (it's a knob for propagator)
- added "fastboot" everywhere (but failsafe install) to make use
  of Linux 2.6.29+ async controller initialization
- every snippet got a trailing newline so that isolinux.cfg is readable

And a fancy makefile to check for shortcut dups!
2011-12-19 22:32:59 +02:00
..
00gfxboot.cfg syslinux *.cfg: replace banner 2011-11-07 00:01:36 +02:00
00menu.cfg syslinux *.cfg: replace banner 2011-11-07 00:01:36 +02:00
00prompt.cfg syslinux *.cfg: replace banner 2011-11-07 00:01:36 +02:00
00vesamenu.cfg syslinux *.cfg: replace banner 2011-11-07 00:01:36 +02:00
01defaults.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
05live.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02: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 syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02: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".