diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2015-09-03 20:42:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-06 15:24:24 +0100 |
commit | de81e804f0654092d20ccb8e6e40f4ff614c4b09 (patch) | |
tree | 1beaae3b82b26aede286c030b1dac6d785999a93 /meta/recipes-graphics/xorg-lib | |
parent | 1b64664f0c388f41084f5db6e46e3e68c53fb6d9 (diff) | |
download | openembedded-core-de81e804f0654092d20ccb8e6e40f4ff614c4b09.tar.gz openembedded-core-de81e804f0654092d20ccb8e6e40f4ff614c4b09.tar.bz2 openembedded-core-de81e804f0654092d20ccb8e6e40f4ff614c4b09.zip |
initramfs-framework: handle kernel parameters with . inside
Kernel parameters like "uvesafb.mode_option=640x480-32" were turned
into shell variables named "bootparam_uvesafb.mode_option", which
triggered errors from the shell because the name is not valid. Now
points get replaced with underscores, leading to
bootparam_uvesafb_mode_option in this example.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
0 files changed, 0 insertions, 0 deletions