Add iptables-persistent service in guest OS.

cloud-passwd-srvr depends on iptables-persistent.
This commit is contained in:
Hiroaki KAWAI 2013-06-24 11:14:16 +09:00
parent bdfce2bc7e
commit 3123fe6bba

View File

@ -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