init-install: Correct ext2->ext3 typo in logging

We create both the boot and root partitions as ext3 now, update the
logging accordingly.

(From OE-Core rev: 4436639eed57d818992596d6f0f7b53d3bbd4800)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Darren Hart 2012-07-03 13:26:00 -07:00 committed by Richard Purdie
parent ae18c85da6
commit 6f932f80bb
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ parted /dev/${device} mkpart primary $swap_start $disk_size
parted /dev/${device} print
echo "Formatting $bootfs to ext2..."
echo "Formatting $bootfs to ext3..."
mkfs.ext3 $bootfs
echo "Formatting $rootfs to ext3..."