mkimage-profiles/features.in/cleanup
Michael Shigorin fa56731d9c cleanup: handle empty variable (ouch!)
This script was completely careless regarding the chance
to meet an empty variable resulting in plain "rpm -qa"
and subsequent attempt to, well, remove *all* packages.

Thanks zerg@ for being persistent this time, even if
he could probably find the culprit and send in this patch.
:)
2016-05-27 16:21:01 +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: introduce CLEANUP_BASE_PACKAGES 2016-04-04 13:05:03 +03:00
live/image-scripts.d cleanup: handle empty variable (ouch!) 2016-05-27 16:21:01 +03:00
config.mk cleanup: introduce CLEANUP_BASE_PACKAGES 2016-04-04 13:05:03 +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,
если в него не был добавлен инсталятор!