d5a5941f96
This is quite a large-scale change since mkimage-profiles got used to baking distributions over the last year, and virtual environments are quite different, so e.g. image.in/Makefile had to be split in two with the main part of it moved into features.in/iso/lib/. Short overview: - features.in/Makefile: lib/ support (supporting VE images requires dynamic modifications to image.in/Makefile before starting the build; the most natural way to achieve that seems to use features mechanism along with makefile include dir) - packaging format related part moved into features.in/pack (should be better prepared for diversity either) - features.in/iso renamed to features.in/build-distro - features.in/ve renamed to features.in/build-ve + NB: these could not be merged as e.g. features.in/build due to completely different script hooks - lib/image.mk renamed to lib/build.mk - image, config, log postprocessing moved downstream - added a sort of a topping in the form of lib/sugar.mk - assorted style fixups (like ifeq usage) - clean.mk: reliability fix (the problem was observed by Oleg Ivanov and me too but finally it did get the attention quantum) - reviewed, updated and extended docs + QUICKSTART: should be[come] a step-by-step guide (thanks Leo-sp50 for prodiving feedback)
35 lines
2.1 KiB
Plaintext
35 lines
2.1 KiB
Plaintext
предположения фрагментов кода об окружении
|
||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
- pkg.in/lists/Makefile
|
||
+ ожидает, что названия пакаджлистов указываются в переменных
|
||
вида *_LISTS, и копирует в генерируемый профиль только их
|
||
+ если задать имя файла пакаджлиста непосредственно в Makefile
|
||
субпрофиля, он не будет скопирован
|
||
+ характерное сообщение об ошибке:
|
||
E: Couldn't find package
|
||
|
||
- features.in/stage2/stage1/scripts.d/02-kdefault
|
||
- features.in/stage2/stage1/scripts.d/03-test-kernel
|
||
- sub.in/stage1/Makefile
|
||
+ ожидают, что в stage1 попадёт строго одно ядро сообразно
|
||
явному указанию в STAGE1_KFLAVOUR (либо последнее указанное
|
||
в KFLAVOURS)
|
||
+ если добавить какой-либо kernel-image в STAGE1_PACKAGES*,
|
||
результат может быть неожиданным
|
||
+ вероятная ошибка: незагрузка полученного squashfs
|
||
|
||
- features.in/install2/install2/stage2cfg.mk
|
||
- features.in/live/live/stage2cfg.mk
|
||
- features.in/rescue/rescue/stage2cfg.mk
|
||
- features.in/syslinux/cfg.in/15live.cfg
|
||
- features.in/syslinux/cfg.in/20install2.cfg
|
||
- features.in/syslinux/cfg.in/80rescue.cfg
|
||
- features.in/syslinux/scripts.d/20-propagator-ramdisk
|
||
+ ожидают, что названия squashfs-образов второй стадии инсталятора,
|
||
livecd и спасательной системы соответственно altinst, live и rescue
|
||
|
||
- image.in/Makefile
|
||
+ ожидает, что конфигурация будет в distcfg.mk (см. тж. lib/profile.mk),
|
||
а лог сборки -- в build.log (см. тж. lib/log.mk); альтернативой было
|
||
бы пробрасывание переменных с полным путём ради единственного места
|