mixin-alt-server.mk: enable formatting to NTFS

The ntfs-3g package contains the mkfs.ntfs file
needed to format an NTFS partition.
See also https://bugzilla.altlinux.org/42347
This commit is contained in:
Dmitriy Terekhin 2022-07-11 15:14:40 +04:00 committed by Anton Midyukov
parent edc3f3c961
commit 051d04d65b

View File

@ -26,6 +26,7 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_LISTS,centaurus/list-kernel-modules-un-def)
@$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,INSTALL2_PACKAGES,installer-feature-password-systemd-cryptsetup-stage3)
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,BASE_KMODULES,drm)
@$(call add,MAIN_GROUPS,centaurus/proxmox-backup-server)
@$(call add,MAIN_GROUPS,centaurus/lsb-core)