Commit e75d647b authored by Michael Shigorin's avatar Michael Shigorin

install2: potentially cleanup crypto bits as well

These are only needed for alterator-vm when making LUKS encrypted partitions; ideally the extra libraries would be omitted automatically when luks isn't included.
parent 791a236a
......@@ -53,3 +53,8 @@ use/install2/reiserfs:
# when VNC installation is less welcome than a few extra megs
use/install2/cleanup/vnc:
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)
# conflicts with luks feature
use/install2/cleanup/crypto:
@$(call add,INSTALL2_CLEANUP_PACKAGES,gnupg libgpg-error)
@$(call add,INSTALL2_CLEANUP_PACKAGES,libgcrypt* libgnutls*)
......@@ -23,9 +23,6 @@ rpmquery -a cpp\* gcc\* perl-base file ipv6calc \
make make-initrd \
| xargs -r rpmi -e --nodeps --
### TODO: unless LUKS luks feature is requested we can also drop
### gnupg libgcrypt libgnutls\* libgpg-error
rpmquery -a bind-utils libbind \
| xargs -r rpmi -e --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment