anaconda: fix default xen console parameter (#644)

This commit is contained in:
Marek Marczykowski 2012-07-25 00:00:41 +02:00
parent 3e4686a6dd
commit 22b87b5c9a

View File

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