mirror of https://github.com/tteck/Proxmox.git
Update ha.sh
This commit is contained in:
parent
d977ac31d0
commit
99f3b8fb60
4
ha.sh
4
ha.sh
|
@ -65,8 +65,8 @@ function load_module() {
|
||||||
# Create LXC
|
# Create LXC
|
||||||
export CTID=$(pvesh get /cluster/nextid)
|
export CTID=$(pvesh get /cluster/nextid)
|
||||||
export PCT_OSTYPE=debian
|
export PCT_OSTYPE=debian
|
||||||
export PCT_OSVERSION=10
|
export PCT_OSVERSION=11
|
||||||
export PCT_DISK_SIZE=4
|
export PCT_DISK_SIZE=16
|
||||||
export PCT_OPTIONS="
|
export PCT_OPTIONS="
|
||||||
-cmode shell
|
-cmode shell
|
||||||
-features nesting=1
|
-features nesting=1
|
||||||
|
|
Loading…
Reference in New Issue