diff --git a/install.sh b/install.sh index b667355..7254957 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ Usage: Core options: --ctid Force CT ID (optional). If omitted, a customer-safe CTID is generated. - --cores (default: 2) + --cores (default: unlimited) --memory (default: 4096) --swap (default: 512) --disk (default: 50) @@ -174,7 +174,8 @@ pct create "${CTID}" "${TEMPLATE}" \ --rootfs "${ROOTFS}" \ --unprivileged "${UNPRIV}" \ --features "${FEATURES}" \ - --start 0 + --start 0 \ + --onboot yes info "CT created (not started). Next step: start CT + wait for IP" info "Starting CT ${CTID}"