diff --git a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh index b5710db7622..febbc344705 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh @@ -67,7 +67,7 @@ secstorage_svcs() { } routing_svcs() { - grep "redundant_router" /var/cache/cloud/cmdline > /dev/null + grep "redundant_router=1" /var/cache/cloud/cmdline > /dev/null RROUTER=$? chkconfig cloud off chkconfig cloud-passwd-srvr on ;