From 7eb869af85ed3541c63b2bd1c0b0208da13bc10a Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Feb 2012 17:27:32 -0800 Subject: [PATCH] Force config files to be installed even if removed/edited. ;-/ --- util/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index a8e0d2a..56046c5 100755 --- a/util/install.sh +++ b/util/install.sh @@ -213,7 +213,8 @@ function ovs { pkgs="" for p in $order; do pkg=`echo "$orig" | grep $p` - $pkginst $pkg + # Annoyingly, things seem to be missing without this flag + $pkginst --force-confmiss $pkg done # Switch can run on its own, but # Mininet should control the controller