Option --onboot eingefügt

This commit is contained in:
2026-01-14 21:24:49 +01:00
parent 4dbcd5f139
commit 2dfa9a02ec

View File

@@ -12,7 +12,7 @@ Usage:
Core options:
--ctid <id> Force CT ID (optional). If omitted, a customer-safe CTID is generated.
--cores <n> (default: 2)
--cores <n> (default: unlimited)
--memory <mb> (default: 4096)
--swap <mb> (default: 512)
--disk <gb> (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}"