diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-21 19:20:08 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-21 19:20:08 +0000 |
commit | 0225f7a768f8e6ad1c725ecd0e13141c6b8ad571 (patch) | |
tree | af7e1c260a00d2f3403ab5f521adb50abaad8fbc /conf/machine/x86.conf | |
parent | cc3c2c1fa81fa57425cd8e43c8ecccff92d81ffc (diff) |
conf/machine/x86.conf : Set default xserver to kdrive-vesa as its supported by most
pc drivers
Diffstat (limited to 'conf/machine/x86.conf')
-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" |