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>
|
</packages>
|
||||||
<commands>
|
<commands>
|
||||||
<command name='update'>
|
<command name='update'>
|
||||||
yum update
|
yum -y update
|
||||||
yum clean all
|
yum clean all
|
||||||
sed -i '/^HWADDR/d' /etc/sysconfig/network-scripts/ifcfg-eth0
|
sed -i '/^HWADDR/d' /etc/sysconfig/network-scripts/ifcfg-eth0
|
||||||
echo -n > /etc/udev/rules.d/70-persistent-net.rules
|
echo -n > /etc/udev/rules.d/70-persistent-net.rules
|
||||||
|
Reference in New Issue
Block a user