mirror of https://github.com/tteck/Proxmox.git
Update all-templates.sh
Made the LCX Privileged to avoid runtime error
This commit is contained in:
parent
b6890ccfbe
commit
55a82bee21
|
@ -86,7 +86,7 @@ PCT_OPTIONS="
|
||||||
-memory 2048
|
-memory 2048
|
||||||
-password $PASS
|
-password $PASS
|
||||||
-net0 name=eth0,bridge=vmbr0,ip=dhcp
|
-net0 name=eth0,bridge=vmbr0,ip=dhcp
|
||||||
-unprivileged 1
|
-unprivileged 0
|
||||||
"
|
"
|
||||||
DEFAULT_PCT_OPTIONS=(
|
DEFAULT_PCT_OPTIONS=(
|
||||||
-arch $(dpkg --print-architecture)
|
-arch $(dpkg --print-architecture)
|
||||||
|
|
Loading…
Reference in New Issue