>From d9c5ad0c02810096c81a53b6c27258eea55d229d 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 ec22ff6..31a046b 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -32,7 +32,6 @@ distro/.regular-wm: distro/.regular-x11 mixin/regular-x11 \ distro/.regular-desktop: distro/.regular-wm use/branding/full \ use/syslinux/ui/gfxboot 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; @: -- 2.10.4