mkimage-profiles/features.in/syslinux/cfg.in
Michael Shigorin 429ce58608 added live_rw support
There's a need for a separate boot target since
persistent storage is way slower than tmpfs indeed;
usbflash has a tendency for huge performance drops
given simultaneous writes in addition to reads which
are the bottleneck already.

make-initrd-propagator 0.18 introduced ext4 rw slice,
so the corresponding kernel module needs to be included
into stage1; see also #28289.

NB: not available on x86_64-efi (or hybrid GPT to be strict)
due to fragility of the hack being made: parted(8) panics
upon seeing that, and good ol' fdisk is unable to treat it.

NB: use/live/rw use/rescue/rx use/syslinux/ui/gfxboot
are unlikely to play very nice together due to the latter's
magic l10n: "session" label is taken by live_rw config snippet
and *is* translated in design-bootloader-source;
OTOH "rescue_session" is *not*.
2013-03-25 14:13:42 +04:00
..
00defaults.cfg syslinux configuration revisited 2012-03-31 21:08:09 +03:00
01gfxboot.cfg renamed menuitem-grub feature to relname 2012-09-12 20:12:41 +03:00
01menu.cfg renamed menuitem-grub feature to relname 2012-09-12 20:12:41 +03:00
01none.cfg syslinux: no ui, no escape 2012-07-31 13:51:34 +04:00
01prompt.cfg renamed menuitem-grub feature to relname 2012-09-12 20:12:41 +03:00
01vesamenu.cfg renamed menuitem-grub feature to relname 2012-09-12 20:12:41 +03:00
02noescape.cfg syslinux: no ui, no escape 2012-07-31 13:51:34 +04: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 renamed menuitem-grub feature to relname 2012-09-12 20:12:41 +03:00
20netinstall2.cfg renamed menuitem-grub feature to relname 2012-09-12 20:12:41 +03:00
30live.cfg syslinux: lowered livecd boot priority 2013-01-20 23:11:57 +04:00
32live_rw.cfg added live_rw support 2013-03-25 14:13:42 +04:00
80rescue.cfg syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
82rescue_rw.cfg added live_rw support 2013-03-25 14:13:42 +04: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
95sdab.cfg rescue += boot off sda/sdb 2012-08-08 20:39:26 +04:00
Makefile syslinux: *.cfg tweaks 2011-12-19 22:32:59 +02:00
README documentation: fix bulleted lists marked with '+' 2012-11-22 10:56:57 +06: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".