From 78d2f2e818f4b3f3d7c3820723eead9e791e4e76 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 18 Mar 2018 17:19:31 +0300 Subject: [PATCH] regular.mk: add refind to icewm flavour This flavour has turned into a distribution proper quite some time ago (thanks jinn@), and its role of pretty minimalistic proving grounds for things like minimalistic EFI boot path is now neglectible. So let's add a proper boot manager there too. It might be better to fit it into distro/.regular-sysv-gtk or even up the dependency tree but I'm not focused enough to do it right now. Reported-by: klark@, antohami@ --- conf.d/regular.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index e31a24bc..bcac98c0 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -106,7 +106,7 @@ distro/.regular-install-x11-full: distro/.regular-install-x11 \ distro/regular-icewm: distro/.regular-sysv-gtk +icewm +nm \ use/x11/lightdm/gtk use/init/sysv/polkit use/deflogin/sysv/nm \ - use/browser/chromium use/fonts/ttf/redhat + use/browser/chromium use/fonts/ttf/redhat use/efi/refind @$(call add,LIVE_LISTS,$(call tags,desktop nm)) @$(call add,LIVE_LISTS,$(call tags,regular icewm)) @$(call add,LIVE_PACKAGES,mnt winswitch xpra)