minor messages fixes
This commit is contained in:
parent
338593d624
commit
c520d85c7a
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user