mkimage-profiles/features.in/syslinux/cfg.in
Michael Shigorin f7df0f588c syslinux: un-tweak showopts for rescue_fm snippet
This one is related to forensics mode handling in mkimage:
there's a regex that's expecting the old string ending with
hash value, and it stops working when this is changed here
(at least as of mkimage 0.2.18).

So partially undo the change for this particular file to avoid
refind's example menu for regular-rescue.iso (or any other image
involving forensics mode), and hope to revert this commit some day.
2016-08-23 20:58:56 +03:00
..
00defaults.cfg
01gfxboot.cfg syslinux: cosmetic space 2013-09-24 14:51:45 +04:00
01menu.cfg syslinux: cosmetic space 2013-09-24 14:51:45 +04:00
01none.cfg syslinux: cosmetic space 2013-09-24 14:51:45 +04:00
01prompt.cfg syslinux: cosmetic space 2013-09-24 14:51:45 +04:00
01vesamenu.cfg syslinux: cosmetic space 2013-09-24 14:51:45 +04:00
02noescape.cfg
10localboot.cfg
10removable.cfg
20install2.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
20pid1.cfg pid1: initial "run as PID 1" feature 2014-09-19 20:53:25 +04:00
21install2-failsafe.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
30live.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
32live_rw.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
40lateboot.cfg syslinux: add 40lateboot.cfg (_after_ ??live*.cfg) 2014-02-03 23:29:32 +04:00
80rescue.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
82rescue_rw.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
83rescue_fm.cfg syslinux: un-tweak showopts for rescue_fm snippet 2016-08-23 20:58:56 +03:00
84rescue_remote.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
85dos.cfg
85mediacheck.cfg syslinux: tweak showopts 2016-08-19 14:01:04 +03:00
90hdt.cfg
90memtest.cfg
95sdab.cfg
Makefile
README syslinux: "cdrom" notice 2014-05-05 23:50:44 +04: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,
нужные из которых копируются с подстановкой значений
из метапрофиля в профиль и уже там в зависимости от
доступных модулей собираются в конфигурационный файл.

Обратите внимание: варианты с automatic=method:cdrom
работают и при записи гибридного ISO на USB-флэшку.

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

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

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