From 0fb0ecd165d70525c97578895f46df1de2dae4b0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 15 Mar 2022 00:57:25 -0400 Subject: [PATCH] Update gamuntu.sh --- ct/gamuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/gamuntu.sh b/ct/gamuntu.sh index f01468de..f390625a 100644 --- a/ct/gamuntu.sh +++ b/ct/gamuntu.sh @@ -163,7 +163,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