diff options
Diffstat (limited to 'updater/install.cpp')
-rw-r--r-- | updater/install.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/updater/install.cpp b/updater/install.cpp index deb7a2b02..ccde409df 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -484,11 +484,7 @@ Value* FormatFn(const char* name, State* state, const std::vector<std::unique_pt const char* f2fs_path = "/sbin/mkfs.f2fs"; const char* f2fs_argv[] = { "mkfs.f2fs", - "-d1", - "-f", - "-O", "encrypt", - "-O", "quota", - "-O", "verity", + "-g", "android", "-w", "512", location.c_str(), (size < 512) ? nullptr : num_sectors.c_str(), |