Commit 04027169 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: use "vga=0" for jeos-ovz instead

regular-jeos-ovz with "xdriver=vesa" might still fail where "vga=0" would chug on.
parent d3d3920c
......@@ -79,7 +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)
@$(call add,STAGE2_BOOTARGS,vga=0)
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