From a9fbe78634bac1e6054b794517f2cc6bc993b8a1 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 07 Aug 2012 00:52:18 +0000 Subject: base: fix NetworkManager config tweak The NM config file has changed, so removing the plugins line now leaves no remaining settings for plugins. Select keyfile explicitly to avoid NM not being able to create network connections. --- diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc index f36f420..f12db61 100644 --- a/modules/base/kspost.10.core.inc +++ b/modules/base/kspost.10.core.inc @@ -207,7 +207,7 @@ echo "kernel.sysrq = 1" > /usr/lib/sysctl.d/10-olpc.conf # /etc/NetworkManager/system-connections, which is a path that we can safely # put in statetab. (the rh-ifcfg path in /etc/sysconfig mixes code with data # and is hence not appropriate to retain over upgrades) -sed -i -e '/^plugins=ifcfg-rh$/d' /etc/NetworkManager/NetworkManager.conf +sed -i -e 's/^plugins=ifcfg-rh$/plugins=keyfile/g' /etc/NetworkManager/NetworkManager.conf # set default plymouth theme # we do this with plymouthd.defaults so that plymouth-set-default-theme -- cgit v0.9.1