From cb12a2d9b79f073e44ad1db28fd79272c4b195bd Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 3 Jun 2014 21:58:19 +0400 Subject: [PATCH] regular.mk: added usb-modeswitch to sysv-tde As an available package, not default installation though. Just in case. --- 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 29bd6987..3f67a226 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -172,7 +172,7 @@ distro/regular-sysv-tde: distro/.regular-install-x11 \ @$(call add,RESCUE_LISTS,$(call tags,rescue misc)) @$(call add,THE_LISTS,$(call tags,base desktop)) @$(call add,THE_LISTS,$(call tags,regular tde)) - @$(call add,MAIN_PACKAGES,man-whatis) + @$(call add,MAIN_PACKAGES,man-whatis usb-modeswitch) distro/regular-server: distro/.regular-install use/server/mini use/rescue/base @$(call add,THE_LISTS,$(call tags,regular server))