From 09e380e5582a76e92e63a12bd2269c0b94961c1a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 15 Mar 2022 01:05:29 -0400 Subject: [PATCH] Update ubuntu.sh --- ct/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh index 61dc62c7..d187fb95 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -162,7 +162,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