Merge "fastboot: enable uninit_bg for ext4"
am: be4eec05e8
Change-Id: I1773de0cce8bdde4b58c02902d9466f896ccee00
This commit is contained in:
commit
73b1567f54
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ static int generate_ext4_image(const char* fileName, long long partSize,
|
|||
}
|
||||
mke2fs_args.push_back("-E");
|
||||
mke2fs_args.push_back(ext_attr.c_str());
|
||||
mke2fs_args.push_back("-O");
|
||||
mke2fs_args.push_back("uninit_bg");
|
||||
mke2fs_args.push_back(fileName);
|
||||
|
||||
std::string size_str = std::to_string(partSize / block_size);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue