mkimage-profiles/features.in/cleanup
Michael Shigorin af95749d67 cleanup: avoid crippling non-x86 badly
This is a controversial feature right from the start,
but keeping jeos alive on non-x86 (that is, catching
every case when a removed removed package would bring
something critical along with it) is somewhat harder
so just skip this part there for now.
2020-09-07 20:25:35 +03:00
..
image-scripts.d Rename all scripts in */image-scripts.d to format \d\d-scriptname 2013-01-06 12:05:32 +04:00
install2/image-scripts.d cleanup: fixed GLOBAL_CLEANUP_BASE_PACKAGES 2016-06-07 13:47:53 +03:00
live/image-scripts.d cleanup: Add GLOBAL_LIVE_NO_CLEANUPDB support 2018-07-16 20:52:16 +03:00
config.mk cleanup: avoid crippling non-x86 badly 2020-09-07 20:25:35 +03:00
README cleanup: introduce CLEANUP_BASE_PACKAGES 2016-04-04 13:05:03 +03: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.

Эта фича вместо созидания занимается выкидыванием лишнего
(например, части модулей инсталятора из установленной системы).

По возможности стоит работать над дизайном инфраструктуры
и пакетной базой так, чтобы ставить-удалять приходилось как
можно меньше.  В идеале такой антифичи не должно быть вовсе :)

Для пакетов, которые следует удалять из установленной классическим
инсталятором системы, но не из livecd, применяйте переменную
CLEANUP_BASE_PACKAGES.

ВНИМАНИЕ: также удаляет rpm, apt и базу по пакетам из livecd,
если в него не был добавлен инсталятор!