From 56b473b2da64258d93dd15321a351795fdf11123 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 6 Jan 2013 02:30:08 +0400 Subject: [PATCH] regular.mk: use std-def So far it's what should be tested, after all... and #27941 is not so clearly about the kernel. --- conf.d/regular.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index b12739e6..7ec09483 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -15,6 +15,7 @@ distro/.regular-desktop: distro/.base +live use/live/ru \ @$(call add,LIVE_LISTS,$(call tags,rescue extra)) @$(call add,THE_KMODULES,bcmwl rt3070 staging) @$(call add,THE_BRANDING,indexhtml notes alterator bootloader) + @$(call set,KFLAVOURS,std-def) @$(call try,SAVE_PROFILE,yes) distro/.regular-gtk: distro/.regular-desktop use/x11/gdm2.20; @: @@ -28,6 +29,7 @@ distro/regular-mate: distro/.regular-gtk distro/regular-e17: distro/.regular-gtk use/x11/e17; @: @$(call add,LIVE_PACKAGES,xterm xorg-xnest) + @$(call add,THE_KMODULES,sound) distro/regular-cinnamon: distro/.regular-desktop use/x11/cinnamon @$(call set,META_VOL_ID,ALT Linux $(IMAGE_NAME)) # see also #28271