From 8178d7a5a1b164aecea73d9cf3e32ac57a9f33e8 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Thu, 1 Apr 2021 15:32:14 +0800 Subject: [PATCH] Warn the user if network scripts are used Signed-off-by: Coiby Xu Acked-by: Kairui Song --- dracut-module-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh index 67bcaf0..a99a0ea 100755 --- a/dracut-module-setup.sh +++ b/dracut-module-setup.sh @@ -86,6 +86,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}