He means formatting rootfs as well.
#Restore the RootFS from $backupRootFile mount -t ubifs ubi0_0 /tmp/mnt/rootfs if [ $? -ne 0 ]; then umount -t ubufs $T2S -s 2 -H left -y $y -T 0xF800 -t " Error: cannot mount the RootFS."; y=$((y+20)) pressAnyKey break
$T2S -s 2 -H left -y $y -T 0 -t " Clearing the RootFS..."; y=$((y+20)) busybox rm -rf /tmp/mnt/rootfs/*