Commit 2f8851e4 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

basealt.mk: Add alterator-quota

And installer-feature-quota-stage2, alterator-quota will not properly work without it.
parent c61839b1
...@@ -18,6 +18,7 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \ ...@@ -18,6 +18,7 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
use/domain-client/full use/x11/amdgpu use/x11/lightdm/gtk use/domain-client/full use/x11/amdgpu use/x11/lightdm/gtk
@$(call add,INSTALL2_PACKAGES,open-iscsi) @$(call add,INSTALL2_PACKAGES,open-iscsi)
@$(call add,INSTALL2_PACKAGES,xorg-conf-libinput-touchpad) @$(call add,INSTALL2_PACKAGES,xorg-conf-libinput-touchpad)
@$(call add,INSTALL2_PACKAGES,installer-feature-quota-stage2)
@$(call add,MAIN_PACKAGES,solaar) @$(call add,MAIN_PACKAGES,solaar)
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,$(workstation_groups_x86)) @$(call add,MAIN_GROUPS,$(workstation_groups_x86))
...@@ -27,6 +28,7 @@ endif ...@@ -27,6 +28,7 @@ endif
@$(call add,MAIN_LISTS,$(call tags,xorg vaapi)) @$(call add,MAIN_LISTS,$(call tags,xorg vaapi))
@$(call add,THE_LISTS,$(call tags,archive extra)) @$(call add,THE_LISTS,$(call tags,archive extra))
@$(call add,THE_LISTS,$(call tags,mobile mate)) @$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,LIVE_PACKAGES,installer-feature-quota-stage2)
@$(call add,LIVE_PACKAGES,livecd-installer-features) @$(call add,LIVE_PACKAGES,livecd-installer-features)
@$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3) @$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0) @$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
......
...@@ -4,6 +4,7 @@ userpasswd ...@@ -4,6 +4,7 @@ userpasswd
pam-limits-desktop pam-limits-desktop
xmessage xmessage
lsb-release lsb-release
alterator-quota
rpminstall rpminstall
gnome-software gnome-software
......
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