diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh index e29c2de..cc7e94e 100755 --- a/dracut-module-setup.sh +++ b/dracut-module-setup.sh @@ -89,6 +89,7 @@ kdump_is_vlan() { source_ifcfg_file() { local ifcfg_file + dwarning "Network Scripts are deprecated. You are encouraged to set up network by NetworkManager." ifcfg_file=$(get_ifcfg_filename $1) if [ -f "${ifcfg_file}" ]; then . ${ifcfg_file}