diff --git a/ct/homebridge.sh b/ct/homebridge.sh index ba22de14..e4bd0871 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -161,7 +161,7 @@ function cleanup() { rm -rf $TEMP_DIR } if [ "$IM" == "1" ]; then - FEATURES="nesting=1,keyctl=1,mknod=1" + FEATURES="nesting=1,keyctl=1" else FEATURES="nesting=1" fi