regular.mk: added fdisk to regular-jeos-full

See-also: https://bugzilla.altlinux.org/38092
This commit is contained in:
Anton Midyukov 2020-02-16 01:01:10 +07:00
parent 7d857f886f
commit ddaa686ae9

View File

@ -75,6 +75,7 @@ distro/.regular-jeos-full: distro/.regular-jeos \
use/volumes/jeos use/install2/vmguest use/vmguest/bare \
use/ntp/chrony use/bootloader/grub +efi
@$(call add,BASE_PACKAGES,nfs-utils gdisk)
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,MAIN_PACKAGES,firmware-linux)
@$(call add,CLEANUP_PACKAGES,libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,bridge-utils)