From 22b90cd26a0c5676c9bf896e35cfc64d1c9333ec Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 23 Feb 2013 19:27:30 +0100 Subject: [PATCH] NetworkManager creates the ifcfg files so NETWORK_NEWDEVICE must be set to off by default Signed-off-by: Davide Madrisan --- sysconfig/postplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/postplug b/sysconfig/postplug index 0ed16c3..8507330 100644 --- a/sysconfig/postplug +++ b/sysconfig/postplug @@ -28,7 +28,7 @@ FS_NO_DEV_REMOVE=yes # run configuration wizard if a new network device is discovered # (dialog/auto/off, default: off) -NETWORK_NEWDEVICE=auto +NETWORK_NEWDEVICE=off # xorg server: automatically add DRI section # (on/off, default: on)