mixin-basealt.mk: Drop xfsprogs from installer

Don't allow installation on XFS: seems there is some
problem with grub on XFS.
This commit is contained in:
Mikhail Efremov 2019-08-27 16:33:05 +03:00 committed by Anton Midyukov
parent 5fe494ea44
commit a2721d5bb4

View File

@ -47,11 +47,11 @@ mixin/alt-workstation: +systemd +pulse +nm \
@$(call set,DOCS,alt-workstation)
mixin/alt-workstation-install: +installer \
use/install2/fs use/install2/fat use/install2/vnc
use/install2/fat use/install2/vnc
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call set,INSTALLER,altlinux-desktop)
@$(call add,INSTALL2_PACKAGES,alterator-notes)
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,INSTALL2_PACKAGES,xfsprogs btrfs-progs)
@$(call add,INSTALL2_PACKAGES,btrfs-progs)
@$(call add,STAGE2_PACKAGES,chrony)
@$(call add,MAIN_GROUPS,$(workstation_groups))