diff options
author | Mei Lei <lei.mei@intel.com> | 2011-08-10 22:35:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:11:23 +0100 |
commit | 67c9804e0416defb7c3f69bd02bbae3710e5be0a (patch) | |
tree | 3f70c570180065ab531fae4aa273d0b798b22f53 /meta/recipes-connectivity/bind/bind-9.7.2-P3 | |
parent | c6bb9445de90cfb46db9c40842dbe1bfbb5b8ce8 (diff) | |
download | openembedded-core-67c9804e0416defb7c3f69bd02bbae3710e5be0a.tar.gz openembedded-core-67c9804e0416defb7c3f69bd02bbae3710e5be0a.tar.bz2 openembedded-core-67c9804e0416defb7c3f69bd02bbae3710e5be0a.tar.xz openembedded-core-67c9804e0416defb7c3f69bd02bbae3710e5be0a.zip |
init-install.sh: Fix make partition and make file system issues
[YOCTO #1151]
Change the offset from the beginning of the disk to aligne the blocks.
In this script, we use mkfs.ext3 to create file system after partition, but we use mkpartfs to create file system repeatly,
and get some warnings about choose another specific tools to create file system for reliability.
So use mkpart instead of mkpartfs and only use mkfs.ext3 to create file system.
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind-9.7.2-P3')
0 files changed, 0 insertions, 0 deletions