Fix for KVMFORNFV-23(Fuel installed KVM kernel blank screens on boot)

The configuration of the kernel enables the framebuffer console without
any framebuffer selected other than i915. Adding the VESA compliant
framebuffer should fix this issue.

Change-Id: Ic4983fe17af3bce91c1e0c99860cbf9e64be1896
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
This commit is contained in:
Ruijing Guo 2016-01-15 11:10:38 +08:00
parent 77933feb08
commit 1e0f185f1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
COMMIT="6d8b230"
COMMIT="00bbfcd8f77b0379efa999a290b0edd1de7ed07d"
if [ x$1 = x-c ]
then
COMMIT=$2