From f4b88dc235987d936843a8905dac7f02a88e2e08 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 22 Mar 2013 19:51:36 +0400 Subject: [PATCH] regular.mk: added fuse-exfat ...as proposed by Nenderus at the forum: http://forum.altlinux.org/index.php/topic,28889.msg201168.html#msg201168 --- conf.d/regular.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 286aba8c..fdc805b8 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -19,6 +19,7 @@ distro/.regular-base: distro/.regular-bare +vmguest +live \ # TODO: use/plymouth/live when luks+plymouth is done, see also #28255 distro/.regular-desktop: distro/.regular-base \ use/systemd use/syslinux/ui/gfxboot use/firmware/laptop use/efi/refind + @$(call add,LIVE_PACKAGES,fuse-exfat) @$(call add,LIVE_LISTS,domain-client) @$(call add,THE_BRANDING,bootloader) @$(call set,KFLAVOURS,std-def)