Initial commit

This commit is contained in:
Sthope 2021-05-07 15:19:46 +02:00
parent 6d680d0414
commit 8785ea7aef

View File

@ -143,7 +143,7 @@ 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 \
-ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE, \
memory=4096, swap=2048 >/dev/null
-memory=4096, -swap=2048 >/dev/null
# Modify LXC permissions to support Docker
LXC_CONFIG=/etc/pve/lxc/${CTID}.conf