diff --git a/rpm_spec/core-dom0.spec b/rpm_spec/core-dom0.spec index bb81f4d2..409cfb05 100644 --- a/rpm_spec/core-dom0.spec +++ b/rpm_spec/core-dom0.spec @@ -101,6 +101,16 @@ if [ "$1" != 1 ] ; then exit 0 fi +# TODO: This is only temporary, until we will have our own installer +for f in /etc/init.d/* +do + srv=`basename $f` + [ $srv = 'functions' ] && continue + [ $srv = 'killall' ] && continue + [ $srv = 'halt' ] && continue + chkconfig $srv off +done + chkconfig iptables on chkconfig NetworkManager on chkconfig rsyslog on