Remove unneeded deps

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-03-27 16:26:01 -07:00
parent 903529c05a
commit 9b23feadae
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<description>Fedora 16</description>
<commands>
<command name='commands'>
yum -y update;yum -y install matahari-core matahari-host matahari-service;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
yum -y update;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local
#!/bin/bash
setenforce 0
while true; do