From e45dab0435bef76073427af53e00a522ff452775 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 6 Dec 2017 21:05:41 +0300 Subject: [PATCH] regular.mk: add btrfs support to graphical images This is an experiment that should finally land in install2 but SYSTEM_PACKAGES is not enough, mkfs.btrfs doesn't land in the installer somehow. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=32403 --- 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 c8e04cee..93f0b8ed 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -14,7 +14,7 @@ distro/.regular-x11: distro/.regular-base +vmguest +wireless \ use/live/repo use/live/rw use/luks use/x11/wacom use/ntp/client \ use/branding use/browser/firefox/live use/browser/firefox/i18n \ use/browser/firefox/h264 use/services/lvm2-disable - @$(call add,LIVE_PACKAGES,volumes-profile-regular) + @$(call add,LIVE_PACKAGES,volumes-profile-regular btrfs-progs) @$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular)) @$(call add,LIVE_LISTS,$(call tags,base rescue)) @$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)