X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lbuild-initvm.sh;h=c64a5a65604d2dbb24443f85059e48d40abcbe57;hb=41f6bf6a56b918bf1d1f5732b194b29ab530d02e;hp=e5fef49de4911dcbeda3c9b6ddbd333019377f8c;hpb=492e559870b91f3c7c6c1da1c9c05ea13015175d;p=build.git 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"