commit | ea8a6a9af29a5c98103b493c84d367efecca0039 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Apr 05 06:48:17 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 05 06:48:17 2018 +0000 |
tree | 01a6dd47808a421a258736cdf2c9efbc008c289b | |
parent | 81c3c4a3193d5911481211e90cb609a2eb07cda6 [diff] | |
parent | fc66f3fbc6cf7060fe23eea9db0712e7a0436709 [diff] |
Merge "install: mkfs.f2fs: specify sector size for target image size"
diff --git a/updater/install.cpp b/updater/install.cpp index 2b6c20f..6732ab8 100644 --- a/updater/install.cpp +++ b/updater/install.cpp
@@ -548,6 +548,8 @@ "encrypt", "-O", "quota", + "-w", + "512", location.c_str(), (size < 512) ? nullptr : num_sectors.c_str(), nullptr };