anaconda: disable xen messages on VGA console (#434)

This commit is contained in:
Marek Marczykowski 2012-02-07 16:17:05 +01:00
parent d5d9f287f0
commit 5cba3ae239

View File

@ -352,7 +352,7 @@ class x86BootloaderInfo(efiBootloaderInfo):
elif version.find("xenlinux") >= 0:
# Qubes kernel
hvFile = "%sxen.gz" %(cfPath)
f.write('\tkernel %s\n' %(hvFile,))
f.write('\tkernel %s console=com1\n' %(hvFile,))
f.write('\tmodule %s ro%s' %(kernelFile, realroot))
if self.args.get():
f.write(' %s' % self.args.get())