minor messages fixes
This commit is contained in:
parent
338593d624
commit
c520d85c7a
@ -45,7 +45,7 @@ fi
|
|||||||
echo "-> Installing package groups..."
|
echo "-> Installing package groups..."
|
||||||
$SCRIPTSDIR/02_install_groups.sh
|
$SCRIPTSDIR/02_install_groups.sh
|
||||||
|
|
||||||
echo "-> Unmounting fedorized_image..."
|
echo "-> Unmounting prepared_image..."
|
||||||
sudo umount $INSTALLDIR
|
sudo umount $INSTALLDIR
|
||||||
|
|
||||||
exit $RETCODE
|
exit $RETCODE
|
||||||
|
@ -43,7 +43,6 @@ trap cleanup ERR
|
|||||||
|
|
||||||
export IMG=qubeized_images/$NAME-root.img
|
export IMG=qubeized_images/$NAME-root.img
|
||||||
echo "--> Copying $CLEANIMG to $IMG..."
|
echo "--> Copying $CLEANIMG to $IMG..."
|
||||||
echo "--> cp could fail with a sparse file error"
|
|
||||||
cp $CLEANIMG $IMG || exit 1
|
cp $CLEANIMG $IMG || exit 1
|
||||||
|
|
||||||
echo "--> Mouting $IMG"
|
echo "--> Mouting $IMG"
|
||||||
|
Loading…
Reference in New Issue
Block a user