Merge "install: mkfs.f2fs: specify sector size for target image size"
This commit is contained in:
commit
ea8a6a9af2
1 changed files with 2 additions and 0 deletions
|
@ -548,6 +548,8 @@ Value* FormatFn(const char* name, State* state, const std::vector<std::unique_pt
|
|||
"encrypt",
|
||||
"-O",
|
||||
"quota",
|
||||
"-w",
|
||||
"512",
|
||||
location.c_str(),
|
||||
(size < 512) ? nullptr : num_sectors.c_str(),
|
||||
nullptr };
|
||||
|
|
Loading…
Reference in a new issue