void-packages/srcpkgs/dracut/patches/99squash-no-systemd-error.patch
Đoàn Trần Công Danh a696d4b8e3 dracut: update to 051.
2021-02-03 22:31:44 +07:00

13 lines
456 B
Diff

diff --git modules.d/99squash/module-setup.sh modules.d/99squash/module-setup.sh
index 9a61a59d..96543a58 100644
--- modules.d/99squash/module-setup.sh
+++ modules.d/99squash/module-setup.sh
@@ -2,8 +2,7 @@
check() {
if ! dracut_module_included "systemd-initrd"; then
- derror "dracut-squash only supports systemd bases initramfs"
return 1
fi
if ! type -P mksquashfs >/dev/null || ! type -P unsquashfs >/dev/null ; then