Browse Source

systemd-initrd: fix typo in error message.

master
yuwata 10 years ago
parent
commit
5cb1e0efea
  1. 2
      modules.d/01systemd-initrd/module-setup.sh

2
modules.d/01systemd-initrd/module-setup.sh

@ -5,7 +5,7 @@ check() { @@ -5,7 +5,7 @@ check() {
[[ $mount_needs ]] && return 1

if ! dracut_module_included "systemd"; then
derror "dracut-systemd needs systemd in the initramfs"
derror "systemd-initrd needs systemd in the initramfs"
return 1
fi


Loading…
Cancel
Save