diff options
-rw-r--r-- | conf/machine/x86.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index c486f1bd2e..0ee69c2869 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -9,6 +9,8 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +XSERVER="xserver-kdrive-vesa" KERNEL_IMAGETYPE = "bzImage" |