From 3cd0dd6db02b0ffe62d9351716727c699aae95a5 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Sat, 16 Jan 2021 23:53:43 +0000 Subject: [PATCH] Add postinst enablement of services removing the --no-start from the rules didn't have the desired effect --- debian/postinst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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