Commit 0c2c8bab authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: leave glib2 alone with jeos

It's needed for both qemu-guest-agent and open-vm-tools, sigh. Will only impact installed size but quite noticeably: installing these into an overcleaned system as of previous commit and today's p8 takes 42 Mb more.
parent b0f71907
......@@ -78,7 +78,7 @@ distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
@$(call add,BASE_PACKAGES,nfs-utils)
@$(call add,MAIN_PACKAGES,firmware-linux)
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,CLEANUP_PACKAGES,'glib2*' libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,bridge-utils)
@$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont)
@$(call add,STAGE2_BOOTARGS,quiet)
......
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