Commit 5b0e3640 authored by Alessandro Rubini's avatar Alessandro Rubini

boot procedure: use -y for ubiformat

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent a863abcc
......@@ -62,7 +62,7 @@ if $install; then
# format the ubi device and create volumes
echo -n "Formatting UBI device..." | $TEE /dev/ttyGS0
busybox yes yes | ubiformat -q /dev/mtd1; # takes 40s
ubiformat -y -q /dev/mtd1; # takes 40s
echo " done" | $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