diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-21 19:21:40 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-21 19:21:40 +0000 |
commit | 54f8d518936c1038c15d95b2f3e6f65558555398 (patch) | |
tree | 5f7ab4e84e183888e91472fda98b8285ba54967d | |
parent | a57cc4e9dfa508972074da027e8e83247b7c6c38 (diff) | |
parent | 0225f7a768f8e6ad1c725ecd0e13141c6b8ad571 (diff) |
merge of '785f4833ac707489462f9c6ad05b4bb9b70be453'
and '7bfeaee7fd729a8cf67751baf0aa3a8037da1e66'
-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" |