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:
parent
fdea5277cd
commit
b861bb9f37
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user