From b656273d244a1b6148fe6fdd55dcc6f1a736e54e Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 30 Dec 2020 11:24:23 +0300 Subject: [PATCH] regular.mk: do not default to mounting anything found installer-feature-desktop-other-fs was made to ensure that every filesystem available on the particular host would be accessible upon installation; this is against the regular builds and starterkits idea of "we give the base, you do what *you* need upon it". See-also: http://www.opennet.ru/openforum/vsluhforumID3/122797.html#53 --- conf.d/regular.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 0a6e50e7..faca7b57 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -31,7 +31,6 @@ distro/.regular-wm: distro/.regular-x11 mixin/regular-x11 \ distro/.regular-desktop: distro/.regular-wm use/branding/full \ use/firmware/laptop +systemd +systemd-optimal @$(call add,THE_BRANDING,bootloader) - @$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2) @$(call set,KFLAVOURS,std-def) distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @: