commit | db77159e327abe5cb8b51232dac3ce8e0478631d | [log] [tgz] |
---|---|---|
author | Will Deacon <willdeacon@google.com> | Mon Jul 24 17:37:04 2023 +0100 |
committer | Fuad Tabba <tabba@google.com> | Mon Jul 24 17:37:04 2023 +0100 |
tree | 15d6e63d7db506ed63637479ed7ab546069d44b1 | |
parent | de9e0c2243545b1a3219cda92bb92bc675aaa609 [diff] |
Android: Add mount points for Bionic Bionic links against libraries that aren't in the default mount points, so init won't start. Signed-off-by: Fuad Tabba <tabba@google.com>
diff --git a/builtin-setup.c b/builtin-setup.c index 27b6419..126e819 100644 --- a/builtin-setup.c +++ b/builtin-setup.c
@@ -113,10 +113,12 @@ }; static const char *guestfs_symlinks[] = { + "/apex", "/bin", "/lib", "/lib64", "/sbin", + "/system", "/usr", "/etc/ld.so.conf", };