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.
This commit is contained in:
parent
2776e07dbd
commit
37ce3f632c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user