From f53385c575cf8731271ee34a5f6075b1684eaa71 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 23 Feb 2022 08:40:05 -0500 Subject: [PATCH] Update homeassistant.sh --- ct/homeassistant.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index f6fbf8a6..12b85286 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -121,6 +121,12 @@ function cleanup() { popd >/dev/null rm -rf $TEMP_DIR } + if [ "$IM" == "1" ]; then + FEATURES="nesting=1,keyctl=1,mknod=1" + else + FEATURES="nesting=1" + fi + TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null @@ -129,7 +135,7 @@ export PCT_OSTYPE=debian export PCT_OSVERSION=11 export PCT_DISK_SIZE=8 export PCT_OPTIONS=" - -features nesting=1,keyctl=1,mknod=1 + -features $FEATURES -hostname homeassistant -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1