Commit 2363ec90 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

education.mk: avoid installer-feature-quota-stage2 on e2k

Works on server/workstation but surprisingly not with education: ● quotaon.service - Enable File System Quotas Loaded: loaded (/lib/systemd/system/quotaon.service; static) Active: failed (Result: exit-code) since ... Docs: man:quotaon(8) Main PID: N (code=exited, status=4) CPU: 10ms systemd[1]: Starting Enable File System Quotas... quotaon[N]: quotaon: cannot find /home/aquota.group on /dev/sda6 [/home] quotaon[N]: quotaon: cannot find /home/aquota.user on /dev/sda6 [/home] quotaon[N]: quotaon: cannot find /boot/aquota.group on /dev/sda1 [/boot] quotaon[N]: quotaon: cannot find /boot/aquota.user on /dev/sda1 [/boot] systemd[1]: quotaon.service: Main process exited, code=exited, status=4/NOPERMISSION systemd[1]: quotaon.service: Failed with result 'exit-code'. systemd[1]: Failed to start Enable File System Quotas.
parent 359574fa
......@@ -22,11 +22,11 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,jre)
else
@$(call add,THE_PACKAGES,java-11-openjdk)
@$(call add,THE_PACKAGES,installer-feature-quota-stage2)
endif
@$(call add,THE_PACKAGES,mousepad)
@$(call add,THE_PACKAGES,thunderbird)
@$(call add,THE_PACKAGES,installer-feature-lightdm-stage3)
@$(call add,THE_PACKAGES,installer-feature-quota-stage2)
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,BASE_LISTS,workstation/3rdparty)
@$(call add,THE_LISTS,$(call tags,base regular))
......
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