Commit 97e4d03a authored by Michael Shigorin's avatar Michael Shigorin

desktop.mk: fall back to std-def for now

There's some peculiarity causing Sisyphus' initrd (namely led-ws and make-initrd{,-propagator} of today to die with this message while booting the resulting ISO: initrd: Running /scripts/pre/prepare/000-propagator FATAL ERROR IN INIT: mkdir I can't recover from this,please reboot manually and send bugreport.
parent e37df0c7
......@@ -14,12 +14,10 @@ distro/.desktop-network: distro/.desktop-mini use/stage2/net-eth +vmguest
distro/.desktop-extra:
@$(call add,BASE_LISTS,$(call tags,(archive || base) && (extra)))
distro/tde: distro/.desktop-mini +tde
@$(call set,KFLAVOURS,led-ws)
distro/kde4-lite: distro/.desktop-mini distro/.desktop-network distro/.desktop-extra +kde4-lite
@$(call set,KFLAVOURS,std-def)
distro/tde: distro/.desktop-mini +tde; @:
distro/icewm: distro/.desktop-network use/lowmem use/install2/fs +icewm; @:
distro/ltsp-tde: distro/tde +ltsp; @:
distro/ltsp-icewm: distro/icewm +ltsp; @:
......
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