Commit 988976bc authored by Michael Shigorin's avatar Michael Shigorin

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).
parent 0c2c8bab
...@@ -75,7 +75,7 @@ distro/.regular-jeos: distro/.regular-jeos-base \ ...@@ -75,7 +75,7 @@ distro/.regular-jeos: distro/.regular-jeos-base \
# - stock cleanup is not enough (or installer-common-stage3 deps soaring) # - stock cleanup is not enough (or installer-common-stage3 deps soaring)
distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \ distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
use/install2/vmguest use/vmguest/base 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,MAIN_PACKAGES,firmware-linux)
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos) @$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,CLEANUP_PACKAGES,libffi 'libltdl*') @$(call add,CLEANUP_PACKAGES,libffi 'libltdl*')
......
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