From 3123fe6bbad5c9e216f52c7fa882db4c2b6b5d91 Mon Sep 17 00:00:00 2001 From: Hiroaki KAWAI Date: Mon, 24 Jun 2013 11:14:16 +0900 Subject: [PATCH] Add iptables-persistent service in guest OS. cloud-passwd-srvr depends on iptables-persistent. --- patches/systemvm/debian/buildsystemvm.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/systemvm/debian/buildsystemvm.sh b/patches/systemvm/debian/buildsystemvm.sh index d8a6da7c1a2..dac785c7009 100755 --- a/patches/systemvm/debian/buildsystemvm.sh +++ b/patches/systemvm/debian/buildsystemvm.sh @@ -409,7 +409,9 @@ services() { chroot . chkconfig xl2tpd off chroot . chkconfig --add cloud-early-config chroot . chkconfig cloud-early-config on - chroot . chkconfig --add cloud-passwd-srvr + chroot . chkconfig --add iptables-persistent + chroot . chkconfig iptables-persistent off + chroot . chkconfig --force --add cloud-passwd-srvr chroot . chkconfig cloud-passwd-srvr off chroot . chkconfig --add cloud chroot . chkconfig cloud off