ignore mtab on android
authorDaniel Rosenberg <drosen@google.com>
Thu, 3 Oct 2024 21:52:22 +0000 (14:52 -0700)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Fri, 11 Oct 2024 10:55:18 +0000 (12:55 +0200)
commit4007ad9a2186e8683edb7151955f4b815d6746e2
treef3f6e8efe5ade387b112d8ad7d664824b95ea96b
parentc37518ff0bfff308e747a6989fe1a86857629e61
ignore mtab on android

Updating the mtab on Android fails due to differences in toybox's mount
command. Setting IGNORE_MTAB avoids that issue.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
lib/mount_util.c