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

index df4661fd240b7f69165f30086f3a391927f14567..58842c08248e06a347b2b439d07b42daa257f175 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-networkd needs systemd in the initramfs"
         return 1
     fi