Commit 37ce3f63 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: force "xdriver=vesa" for jeos-ovz

The issue at hand is that recent xorg has suddenly started to both depend on kernel modesetting *and* not fail through towards e.g. vesa driver which would save the day for minimal environments like installer; I definitely don't want to plug a pile of DRM modules into this image for just this reason.
parent 2776e07d
......@@ -79,6 +79,7 @@ distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
distro/regular-jeos-ovz: distro/.regular-jeos \
use/server/ovz-base use/control/server/ldv use/firmware
@$(call add,THE_PACKAGES,ipmitool lm_sensors3 mailx)
@$(call add,STAGE2_BOOTARGS,xdriver=vesa)
distro/.regular-install-x11: distro/.regular-install \
use/install2/suspend mixin/regular-desktop +vmguest +wireless
......
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