Hi Gunwant, Gunwant Jain writes: > I was supposed to integrate `bootstrap-init` and `sar-preinit` into > SharkBait this week. I couldn't quite do that. `bootstrap-init` was > initially cross-compiled for aarch64 using NDK. So the first job was > to get rid of NDK and use a different "build-system". I opted for > CMake and ported the project to use it [1]. But the binary compiled by > CMake on my phone (arm64 Gentoo), would not boot Android. The build > rules can be inspected on [1]. Could you please remind me why we need a bootstrap-init? Can we just exec the Android init when the lxc-guest starts? Yours, Benda