diff options
author | Jonathan GUILLOT <jonathan@joggee.fr> | 2024-01-24 13:29:19 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-02-22 04:34:14 -1000 |
commit | b5781286ad8a3181f7ebec97dbb2963fc1105bea (patch) | |
tree | 927e170cdd518d94994e2965e39f680fc5de24d4 /documentation/set_versions.py | |
parent | 9b94baed2630022bc06aade827ac794597fa6407 (diff) | |
download | poky-b5781286ad8a3181f7ebec97dbb2963fc1105bea.tar.gz |
udev-extraconf: fix unmount directories containing octal-escaped chars
USB devices are auto-mounted in a directory named like theirs labels.
Special characters like whitespace are octal-escaped in /proc/mounts
output. Using directly this output file as an argument for umount failed
and the mount directory can't be removed as still busy.
Using printf allows these special characters to be unescaped.
(From OE-Core rev: c3c31248233356a04db1d5ed375b647656d80fa0)
Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 37f17625d931a06888388682dc2b1f5a2d298125)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/set_versions.py')
0 files changed, 0 insertions, 0 deletions