Include -y in call to yum update in Oz template

The Oz template file includes a call to "yum update". If -y isn't
included oz-install will hang waiting for user input.

Change-Id: If695582bc7f799ca4117972f2bc80796ebbc71a2
This commit is contained in:
Adrian Smith 2014-11-22 21:53:32 +00:00
parent 0050fb2530
commit cb024bc216
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
</packages>
<commands>
<command name='update'>
yum update
yum -y update
yum clean all
sed -i '/^HWADDR/d' /etc/sysconfig/network-scripts/ifcfg-eth0
echo -n > /etc/udev/rules.d/70-persistent-net.rules