Commit c6b80f34 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

mixin.mk, regular.mk: fix portability

mixin/regular-desktop can be used in non-x86 builds where dualboot situation tends to be more rare; let's keep this installer feature (tweaking installer to pick up "other" filesystems) to regular.mk.
parent ac489474
......@@ -50,7 +50,6 @@ mixin/regular-x11: use/luks use/volumes/regular \
# common WM live/installer bits
mixin/regular-desktop: use/x11/xorg +alsa use/xdg-user-dirs
@$(call add,THE_PACKAGES,pam-limits-desktop beesu polkit)
@$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2)
@$(call add,THE_PACKAGES,alterator-notes dvd+rw-tools)
@$(call add,THE_BRANDING,alterator graphics indexhtml notes)
@$(call add,THE_PACKAGES,$$(THE_IMAGEWRITER))
......
......@@ -31,6 +31,7 @@ distro/.regular-desktop: distro/.regular-wm \
@$(call add,THE_BRANDING,bootloader)
@$(call add,THE_PACKAGES,upower bluez)
@$(call add,THE_PACKAGES,vconsole-setup-kludge) #28805
@$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2)
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd)
@$(call set,KFLAVOURS,std-def)
......
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