]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - scripts/mount.sh
Initial scripts
[waydroid.git] / scripts / mount.sh
1 #!/bin/sh
2 mkdir -p /home/anbox/rootfs
3 cd /home/anbox
4 mount anbox_arm64_system.img rootfs
5 #mount -o remount,ro rootfs
6 mount -o ro anbox_arm64_vendor.img rootfs/vendor
7 mount -o bind default.prop rootfs/vendor/default.prop
8 #mount -o bind rootfs/system/lib64/vndk-sp-28 rootfs/system/lib64/vndk-sp-29