From: Thierry Parmentelat Date: Wed, 22 Jan 2014 09:34:30 +0000 (+0100) Subject: oops X-Git-Tag: before_libvirt_121~57 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=41f6bf6a56b918bf1d1f5732b194b29ab530d02e oops --- diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index e5fef49d..c64a5a65 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -249,7 +249,7 @@ function fedora_install() { fedora_download || { echo "Failed to download 'fedora base'"; return 1; } else echo "Updating cache $cache/rootfs ..." - if ! yum --installroot $cache/rootfs -y --nogpgcheck update + if ! yum --installroot $cache/rootfs -y --nogpgcheck update ; then echo "Failed to update 'fedora base', continuing with last known good cache" else echo "Update finished"