Joel Granados Moreno wrote:
---
bootloaderInfo.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/bootloaderInfo.py b/bootloaderInfo.py
index 57caaf9..9829332 100644
--- a/bootloaderInfo.py
+++ b/bootloaderInfo.py
@@ -501,7 +501,6 @@ class bootloaderInfo:
# don't keep the comma in the options
self.serialOptions = options[1:]
- self.args.append("console=tty0")
self.args.append("console=%s%s" %(self.serialDevice, options))
self.serial = 1
Hmm, I'm not terrible famliar with this code but why do we want to only have
one console argument, according to the kernel docs it is perfectly fine to have
multiple console=foo options, any kernel output will be send to all of them,
and a process opening /dev/console will get the last console= argument. So I do
not understand what exactly this is supposed to fix ?
Regards,
Hans
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list