diff --git a/debian/postinst b/debian/postinst index bced195..fa0e2bb 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,4 +3,19 @@ systemctl disable lxc systemctl disable lxc-net +systemctl enable var-lib-lxc-android-rootfs.mount +systemctl enable vendor.mount +systemctl enable system_root.mount +systemctl enable system.mount +systemctl enable mnt-vendor-protect_s.mount +systemctl enable mnt-vendor-protect_f.mount +systemctl enable mnt-vendor-persist.mount +systemctl enable mnt-vendor-nvdata.mount +systemctl enable mnt-vendor-nvcfg.mount +systemctl enable dev-cpuset.mount +systemctl enable config.mount +systemctl enable bind-vendor.service +systemctl enable wlan-module.service +systemctl enable lxc-android.service + exit 0 \ No newline at end of file