From 5d848542c3e79ad91686301e80dd770583ec935c Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 15 Mar 2022 00:55:21 -0400 Subject: [PATCH] Update debian.sh --- ct/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/debian.sh b/ct/debian.sh index ab032e13..b5898aaa 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -164,7 +164,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