anaconda: disable xen messages on VGA console (#434)
This commit is contained in:
parent
d5d9f287f0
commit
5cba3ae239
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user