]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
feat(dmsquash-live): add busybox blkid compatibility
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 7 Feb 2026 17:09:13 +0000 (12:09 -0500)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 29 Apr 2026 14:06:14 +0000 (10:06 -0400)
commit7c0298a779368e90c75e690c490415860483faad
tree9d4125a00e17e063e6fe553bbd1714bf140a6da7
parent7f5c88cf5b8604a601421a89777d859e217297a3
feat(dmsquash-live): add busybox blkid compatibility

busybox blkid does not support -s argument. Use POSIX shell
to filter out the tags needed from the output of the blkid
invocation.

Fixes https://github.com/dracut-ng/dracut-ng/issues/2207
for the dmsquash-live module.
modules.d/70dmsquash-live/dmsquash-live-root.sh