]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd-initrd: fix typo in error message.
authoryuwata <watanabe.yu+github@gmail.com>
Mon, 7 Sep 2015 08:58:00 +0000 (17:58 +0900)
committeryuwata <watanabe.yu+github@gmail.com>
Mon, 7 Sep 2015 08:58:00 +0000 (17:58 +0900)
modules.d/01systemd-initrd/module-setup.sh

index e313967b0456013718ac22724c2f2b7c6418e712..fb6a9ea7062629277fe3302315180ced4acace3c 100755 (executable)
@@ -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