fedorize_image: reduce verbosity

Now it prints (almost) only custom echos and yum messages. The later one gives
some (nicely formatted) progress of very time-consuming package download and
installation.
This commit is contained in:
Marek Marczykowski 2012-11-14 16:50:28 +01:00
parent fdea5277cd
commit b861bb9f37

View File

@ -28,7 +28,7 @@ else
truncate -s 10G $IMG || exit 1 truncate -s 10G $IMG || exit 1
echo "-> Creating filesystem..." echo "-> Creating filesystem..."
mkfs.ext4 -F $IMG || exit 1 mkfs.ext4 -q -F $IMG || exit 1
mkdir -p mnt mkdir -p mnt
mount -o loop $IMG mnt || exit 1 mount -o loop $IMG mnt || exit 1