void-packages/srcpkgs/dracut/patches/99squash-no-systemd-error.p...

14 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