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 };