From: yuwata Date: Mon, 7 Sep 2015 08:58:40 +0000 (+0900) Subject: systemd-networkd: fix typo in error message X-Git-Tag: 044~106^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0888cf51ab82659ba71bca5ae6c5b6abe9a5ef06;p=thirdparty%2Fdracut.git systemd-networkd: fix typo in error message --- diff --git a/modules.d/02systemd-networkd/module-setup.sh b/modules.d/02systemd-networkd/module-setup.sh index df4661fd2..58842c082 100755 --- a/modules.d/02systemd-networkd/module-setup.sh +++ b/modules.d/02systemd-networkd/module-setup.sh @@ -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