diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-07-03 13:26:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:58:58 +0100 |
commit | 6f932f80bb54a2509c71c7110fa9c660bfe382fa (patch) | |
tree | bce7e1a2579f6ff6a889ce811011a0a47d30b701 /meta | |
parent | ae18c85da663e57be5a79d326e6dfff8e646dd41 (diff) | |
download | poky-6f932f80bb54a2509c71c7110fa9c660bfe382fa.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh index 3005f2045c..8d21dd1f58 100644 --- a/meta/recipes-core/initrdscripts/files/init-install.sh +++ b/meta/recipes-core/initrdscripts/files/init-install.sh | |||
@@ -123,7 +123,7 @@ parted /dev/${device} mkpart primary $swap_start $disk_size | |||
123 | 123 | ||
124 | parted /dev/${device} print | 124 | parted /dev/${device} print |
125 | 125 | ||
126 | echo "Formatting $bootfs to ext2..." | 126 | echo "Formatting $bootfs to ext3..." |
127 | mkfs.ext3 $bootfs | 127 | mkfs.ext3 $bootfs |
128 | 128 | ||
129 | echo "Formatting $rootfs to ext3..." | 129 | echo "Formatting $rootfs to ext3..." |