Timo Juhani Lindfors <[email protected]> writes:
> "--bootappend:         live-config.keyboard-layouts"
>
> Is something removing everything after the equal sign from this?

I took a look at the source. It seems that

LH_BOOTAPPEND=$(echo "${QUERY_STRING}" | grep -oE 
'(^|[?&])bootappend=[0-9,a-z,A-Z,., ,_,+,-]+' | cut -f 2 -d '=' | head -n1)

does not tolerate equal signs. Does someting else break if we just add
"=" to the list of allowed characters?

-Timo


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to