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:
@@ -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
|
||||
|
Reference in New Issue
Block a user