Commit 56b473b2 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: use std-def

So far it's what should be tested, after all... and #27941 is not so clearly about the kernel.
parent d6d7662e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment