From 2dfa9a02ec1b253fda0e29592bbe1659da6906cf Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Wed, 14 Jan 2026 21:24:49 +0100 Subject: [PATCH] =?UTF-8?q?Option=20--onboot=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}"