systemd-initrd: fix typo in error message.
parent
5816375273
commit
5cb1e0efea
|
@ -5,7 +5,7 @@ check() {
|
||||||
[[ $mount_needs ]] && return 1
|
[[ $mount_needs ]] && return 1
|
||||||
|
|
||||||
if ! dracut_module_included "systemd"; then
|
if ! dracut_module_included "systemd"; then
|
||||||
derror "dracut-systemd needs systemd in the initramfs"
|
derror "systemd-initrd needs systemd in the initramfs"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue