alt-server.mk: Add fdisk in install

See-also: https://bugzilla.altlinux.org/38092
This commit is contained in:
Anton Midyukov 2020-05-26 09:12:41 +07:00
parent 6866c3a821
commit ae95a13278

View File

@ -32,6 +32,7 @@ distro/alt-server: distro/.base distro/.alt-server-vnc \
@$(call add,MAIN_LISTS,centaurus/disk-server-light) @$(call add,MAIN_LISTS,centaurus/disk-server-light)
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
@$(call add,INSTALL2_PACKAGES,strace) @$(call add,INSTALL2_PACKAGES,strace)
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,BASE_KMODULES,kvm virtualbox) @$(call add,BASE_KMODULES,kvm virtualbox)
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power) @$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0) @$(call add,RESCUE_BOOTARGS,nomodeset vga=0)