mkimage-profiles/features.in/syslinux
Michael Shigorin d93989a3ff initial logging subsystem
Now we don't dump all the gory details onto thee
but rather log them handsomely and present only
the most important details by default; use DEBUG=1
and/or BUILDLOG=/path/to/file to tweak.

Also introduced IMAGEDIR and IMAGENAME.

The rest:
- ovz-smp is no more
- base-l10n pkglist (suggested by Alexander Kuprin)
- clean.mk:
  + fixed an oversight: the test result erroneously applied
    only to the first command of several ones that should be
    run iff build/ is a symlink
  + drop implicit rules (it's no C code)
- Makefile: more reasonable iso names
- image.in/Makefile: .disk/date too
2011-11-04 16:15:29 +02:00
..
cfg.in initial logging subsystem 2011-11-04 16:15:29 +02:00
stage1/scripts.d gfxboot brought to reasonable shape 2011-11-03 20:41:49 +02:00
config.mk docs day 2011-11-04 16:15:29 +02:00
generate.mk docs day 2011-11-04 16:15:29 +02:00
README docs day 2011-11-04 16:15:29 +02:00

Добавление поддержки syslinux; требуется для инсталяторов, live/rescue.

Цели:

* use/syslinux/ui-% -- конфигурирование интерфейса (см. cfg.in/00*.cfg);
  при использовании автоматически добавляют syslinux в FEATURES

* use/syslinux/%.com, use/syslinux/%.c32 -- подключение одноименных модулей
  (копирование бинарников и включение кусочков конфигурации; экспериментальное)

* use/syslinux/%.cfg -- подключение кусочков конфигурации (используется)