regular.mk: added gdisk to jeos

The image is small but the storage can be huge;
this is to handle it (less than +500k installed).
This commit is contained in:
Michael Shigorin 2018-03-11 20:26:53 +03:00
parent 0c2c8bab47
commit 988976bc3b

View File

@ -75,7 +75,7 @@ distro/.regular-jeos: distro/.regular-jeos-base \
# - stock cleanup is not enough (or installer-common-stage3 deps soaring)
distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
use/install2/vmguest use/vmguest/base
@$(call add,BASE_PACKAGES,nfs-utils)
@$(call add,BASE_PACKAGES,nfs-utils gdisk)
@$(call add,MAIN_PACKAGES,firmware-linux)
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,CLEANUP_PACKAGES,libffi 'libltdl*')