Remove xen VFB.

Due to XEN bug it prevents Linux boot. Remove it at least, until
	workaround is found.
This commit is contained in:
Vladimir Serbinenko 2013-12-18 18:43:09 +01:00
parent 8445567046
commit 72c9a50773
11 changed files with 14 additions and 929 deletions

View file

@ -64,7 +64,7 @@ GROUPS["pci"] = GROUPS["x86"] + ["mips_loongson"]
GROUPS["usb"] = GROUPS["pci"]
# If gfxterm is main output console integrate it into kernel
GROUPS["videoinkernel"] = ["mips_loongson", "i386_coreboot" ] + GROUPS["xen"]
GROUPS["videoinkernel"] = ["mips_loongson", "i386_coreboot" ]
GROUPS["videomodules"] = GRUB_PLATFORMS[:];
for i in GROUPS["videoinkernel"]: GROUPS["videomodules"].remove(i)