]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(lsinitrd.sh): handle filenames with special characters
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 4 Jan 2023 15:51:12 +0000 (16:51 +0100)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Tue, 31 Jan 2023 07:44:57 +0000 (08:44 +0100)
commit1f84ff882fe272ef0185a284eee82e89735c833d
tree38d1d0281db534d02e1f1d4f576b865b85d3af92
parenteb75861c2a1c05eb142616da1891a7fa5a2a34e1
fix(lsinitrd.sh): handle filenames with special characters

Printing and unpacking of specific files passed as arguments does not work if
their filenames contain special characters with a hexadecimal character escape
(\x), which is often the case for systemd device units.
lsinitrd.sh