mirror of https://github.com/tteck/Proxmox.git
Add files via upload
This commit is contained in:
parent
eb622e80b7
commit
d294bc9d1c
|
@ -138,7 +138,7 @@ else
|
||||||
mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
|
mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
|
||||||
fi
|
fi
|
||||||
ARCH=$(dpkg --print-architecture)
|
ARCH=$(dpkg --print-architecture)
|
||||||
HOSTNAME=plex
|
HOSTNAME=jellyfin
|
||||||
TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
|
TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
|
||||||
pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
|
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\
|
-hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 2 -memory 2048\
|
||||||
|
|
Loading…
Reference in New Issue