Commit 52cb7493 authored by Alessandro Rubini's avatar Alessandro Rubini

wrs-boot-procedure: be quiet in ubiformat (-q)

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 7d3b6e3e
......@@ -60,7 +60,7 @@ if $install; then
# format the ubi device and create volumes
echo -n "Formatting UBI device..." | busybox tee /dev/ttyGS0
busybox yes yes | ubiformat /dev/mtd1; # takes 40s
busybox yes yes | ubiformat -q /dev/mtd1; # takes 40s
echo " done" | busybox tee /dev/ttyGS0
ubiattach -p /dev/mtd1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment