]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(img-lib): ignored null byte in input
authorLev Veyde <lveyde@redhat.com>
Wed, 21 Apr 2021 22:11:55 +0000 (01:11 +0300)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 22 Apr 2021 09:23:22 +0000 (11:23 +0200)
commit85eb96802cb82ec179bd3bc429b0dad2518946c5
tree18f8ff4b3cd0192a3e047efe684aecebd7a05b49
parent782ac8f1f6b68edfe59630e9e4ac1673636f3a5e
fix(img-lib): ignored null byte in input

The system currently throws numerous nasty warning messages during
the boot, about ignored null bytes in input.

This patch adds a filter to the dd command, to filter these null
bytes out, and thus to prevent these warning messages.

Signed-off-by: Lev Veyde <lveyde@redhat.com>
modules.d/99img-lib/img-lib.sh
modules.d/99img-lib/module-setup.sh