From 6c6a36fb31f0026a35df084a641496e88cd112f9 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Mon, 8 Jun 2020 10:51:33 -0700 Subject: [PATCH] Add documentation for umount_all The mount_all and swapon_all commands are documented, but umount_all is not. Add some documentation. Bug: 142424832 Change-Id: I7e4dcb4d222b787350a79c9e312062cac9eeb4d8 --- init/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init/README.md b/init/README.md index 0dd14900f..4be521902 100644 --- a/init/README.md +++ b/init/README.md @@ -639,6 +639,12 @@ provides the `aidl_lazy_test_1` interface. `umount ` > Unmount the filesystem mounted at that path. +`umount_all [ ]` +> Calls fs\_mgr\_umount\_all on the given fstab file. + If the fstab parameter is not specified, fstab.${ro.boot.fstab_suffix}, + fstab.${ro.hardware} or fstab.${ro.hardware.platform} will be scanned for + under /odm/etc, /vendor/etc, or / at runtime, in that order. + `verity_update_state ` > Internal implementation detail used to update dm-verity state and set the partition._mount-point_.verified properties used by adb remount