minor messages fixes

This commit is contained in:
Marek Marczykowski 2013-02-16 21:18:20 +01:00
parent 338593d624
commit c520d85c7a
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ fi
echo "-> Installing package groups..."
$SCRIPTSDIR/02_install_groups.sh
echo "-> Unmounting fedorized_image..."
echo "-> Unmounting prepared_image..."
sudo umount $INSTALLDIR
exit $RETCODE

View File

@ -43,7 +43,6 @@ trap cleanup ERR
export IMG=qubeized_images/$NAME-root.img
echo "--> Copying $CLEANIMG to $IMG..."
echo "--> cp could fail with a sparse file error"
cp $CLEANIMG $IMG || exit 1
echo "--> Mouting $IMG"