As of b402cc1, live/root/usr/bin/info-cmdline-conf.sh uses cat to append the retrieved content verbatim. I think the expected input is key=value. As such the usage of cat should be replaced by grep =.
This will make it equivalent to the behavior of linuxrc info=URL, which just ignores input that is not valid.
As of b402cc1, live/root/usr/bin/info-cmdline-conf.sh uses
catto append the retrieved content verbatim. I think the expected input iskey=value. As such the usage ofcatshould be replaced bygrep =.This will make it equivalent to the behavior of linuxrc
info=URL, which just ignores input that is not valid.