https://bugzilla.novell.com/show_bug.cgi?id=870514 https://bugzilla.novell.com/show_bug.cgi?id=870514#c2 --- Comment #2 from Michael Chang <mchang@suse.com> 2014-03-27 09:25:00 UTC --- Afaik, the last occurrence of console= will be used for opening /dev/console. I know this when using this regular expression .. == type = Builtins.regexpsub(append, "^.*console=([[:alpha:]]+)[[:digit:]]+,*[[:digit:]]*[noe]*[[:digit:]]*.*[[:space:]]*.*$", "\\1") return "" if type != "ttyS" || args.empty? == It should match the last occurrence because greedy match (per default). I did test above case and it works for me .. ? Is my greedy assumption wrong ?? -- 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.