Commit 300295da authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: use various kernels again

un-def got unsuitable due to initial ramdisk migrating from initramfs to tmpfs by default in newer kernels, and propagator was using pretty kludgy way to determine that /dev has been mounted already; led-ws (and supposedly lks-wks) have stumbled upon this earlier. 20130822 version has been fixed regarding that.
parent 596a6bfe
......@@ -48,7 +48,7 @@ distro/.regular-install-x11: distro/.regular-install mixin/regular-desktop
distro/regular-icewm: distro/.regular-sysv-gtk +icewm
@$(call add,LIVE_LISTS,$(call tags,regular icewm))
@#$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,un-def)
distro/regular-wmaker: distro/.regular-sysv-gtk use/x11/wmaker \
use/syslinux/ui/gfxboot use/efi/refind
......@@ -108,7 +108,7 @@ distro/regular-sugar: distro/.regular-gtk use/x11/sugar; @:
distro/regular-rescue: distro/.regular-bare use/rescue/rw \
use/efi/refind use/efi/shell use/efi/memtest86 \
use/syslinux/ui/menu use/hdt
@#$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,un-def)
@$(call add,RESCUE_PACKAGES,gpm)
distro/regular-sysv-tde: distro/.regular-install-x11 \
......
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