systemd-initrd: fix typo in error message.

master
yuwata 2015-09-07 17:58:00 +09:00
parent 5816375273
commit 5cb1e0efea
1 changed files with 1 additions and 1 deletions

View File

@ -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