From 457bd794fffea3668dc83bd3259e02127b8d1a26 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Sun, 4 Dec 2016 17:17:33 +0100 Subject: [PATCH] Don't load kernel modules anymore --- scripts/container-manager.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/container-manager.sh b/scripts/container-manager.sh index 864c17a..0c90121 100755 --- a/scripts/container-manager.sh +++ b/scripts/container-manager.sh @@ -17,13 +17,6 @@ if [ ! -e $ROOTFS_PATH ] || [ "$ROOTFS_VERSION" != "$(cat $ROOTFS_PATH/.version) echo $ROOTFS_VERSION > $ROOTFS_PATH/.version fi -# Load binder and ashmem kernel drivers. This will just horrible break -# if kernel versions are changing ... -insmod $SNAP/binder_linux.ko || true -chmod 666 /dev/binder -insmod $SNAP/ashmem_linux.ko || true -chmod 666 /dev/ashmem - # Make sure our setup path for the container rootfs # is present as lxc is statically configured for # this path.