提交 457bd794 编写于 作者: S Simon Fels

Don't load kernel modules anymore

上级 a86a5847
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册