From cb024bc216303681d2ed94c2f196c8e158066415 Mon Sep 17 00:00:00 2001 From: Adrian Smith Date: Sat, 22 Nov 2014 21:53:32 +0000 Subject: [PATCH] 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 --- doc/image-guide/ch_creating_images_automatically.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/image-guide/ch_creating_images_automatically.xml b/doc/image-guide/ch_creating_images_automatically.xml index d4d2113475..04bcc6da1f 100644 --- a/doc/image-guide/ch_creating_images_automatically.xml +++ b/doc/image-guide/ch_creating_images_automatically.xml @@ -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