Commit 23cae74a authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: tweaked default vm profile for kde4

altlinux-p7-kde4-20141212 images had a problem: - the generic starterkit profile is tuned for modest disk space consumption; - KDE4 is quite extensive; - kde4-regular subpackage tosses in most of KDE4 SC ...thus the livecd wouldn't autopartition enough space for root filesystem when being installed. volumes-profile-lite specifies 10Gb rootfs currently which is just fine (-kdesktop one starts with 30Gb), let's use it until vm-profile management is imported into mkimage-profiles or things are redone completely.
parent ea55aee5
......@@ -150,6 +150,7 @@ distro/regular-kde4: distro/.regular-desktop use/x11/kde4/nm use/x11/kdm4 \
use/net/nm/mmgui +pulse +plymouth
@$(call add,LIVE_LISTS,$(call tags,regular kde4))
@$(call add,LIVE_PACKAGES,rosa-imagewriter)
@$(call add,LIVE_PACKAGES,volumes-profile-lite)
@$(call add,DEFAULT_SERVICES_ENABLE,prefdm)
distro/regular-razorqt: distro/.regular-desktop +razorqt +plymouth; @:
......
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