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.
pull/1/head mm_b861bb9f
Marek Marczykowski 12 years ago
parent fdea5277cd
commit b861bb9f37

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

Loading…
Cancel
Save