From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 30 Dec 2020 11:27:35 +0300 From: Michael Shigorin To: devel-distro@lists.altlinux.org Message-ID: <20201230082735.GA9478@imap.altlinux.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.10.1 (2018-07-13) Subject: [devel-distro] =?koi8-r?b?0NLFxMzP1sXOycU6IM7FIM3PztTJ0s/XwdTY?= =?koi8-r?b?IG90aGVyLWZzINcg09TB0tTF0svJ1MHI?= X-BeenThere: devel-distro@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Distributions development List-Id: Distributions development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 08:27:36 -0000 Archived-At: List-Archive: --jRHKVT23PllUwdXP Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit Здравствуйте. Предлагаю _не_ класть installer-feature-desktop-other-fs в регулярки/стартеркиты вообще, поскольку противоречит подходу "сделай сам так, как тебе надо". Тривиальный патч на conf.d/regular.mk прилагается. ----- Forwarded message from "б.б." ----- Новое сообщение от 'б.б.' в форуме 'Разговоры, обсуждение новостей' Посмотреть: https://www.opennet.ru/openforum/vsluhforumID3/122797.html#53 Тема: 20 лет проекту Sisyphus кстати, альт умеет не прописывать принудительно все найденные разделы в fstab? а то он разделы с openbsd прописывает, а потом не может загрузиться, в rescue shell выкидывает :( ----- End forwarded message ----- PS: в процессе написания ответа подумалось: "статоркиты" и "роторсборки" -- одни держатся, другие крутятся :o) --  ---- WBR, Michael Shigorin / http://altlinux.org   ------ http://opennet.ru / http://anna-news.info --jRHKVT23PllUwdXP Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="0001-regular.mk-do-not-default-to-mounting-anything-found.patch" >>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 --jRHKVT23PllUwdXP--