https://bugzilla.novell.com/show_bug.cgi?id=766456 https://bugzilla.novell.com/show_bug.cgi?id=766456#c4 --- Comment #4 from Olaf Hering <ohering@suse.com> 2012-06-14 10:37:01 CEST --- Now that I think about it, this particular bug in yast is there forever in the x86 codebase. Its very annoying, perhaps you are the man who will finally fix it. Just looking for console= is probably not enough because the install could be booted with console=ttyS0 console=tty0, or console=hvc0 or whatever. So the code should be smart and mimic what the kernel does with console=. On the other hand, 'console=ttyS0 console=tty0' could still be used to configure 'terminal' in menu.lst, like the above could be turned into: terminal --timeout=10 serial console I'm not sure what the syntax is for grub2 to get similar results for these entries in menu.lst: serial --unit=0 --speed=57600 terminal --timeout=10 serial console -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.