Update mqtt.sh

This commit is contained in:
tteckster 2022-02-23 08:42:22 -05:00 committed by GitHub
parent 7497451039
commit 498cafd598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -120,6 +120,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
@ -128,7 +134,7 @@ export PCT_OSTYPE=debian
export PCT_OSVERSION=11
export PCT_DISK_SIZE=2
export PCT_OPTIONS="
-features nesting=1
-features $FEATURES
-hostname mqtt
-net0 name=eth0,bridge=vmbr0,ip=dhcp
-onboot 1