Updated lms_container.sh

This commit is contained in:
Steven Seifried 2022-02-05 10:03:32 +01:00
parent 3aad74a0e5
commit 2831924b0c
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -139,7 +139,7 @@ else
mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
fi
ARCH=$(dpkg --print-architecture)
HOSTNAME=emby
HOSTNAME=lms
TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
-hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 2 -memory 2048\