Option --onboot eingefügt
This commit is contained in:
+3
-2
@@ -12,7 +12,7 @@ Usage:
|
|||||||
|
|
||||||
Core options:
|
Core options:
|
||||||
--ctid <id> Force CT ID (optional). If omitted, a customer-safe CTID is generated.
|
--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)
|
--memory <mb> (default: 4096)
|
||||||
--swap <mb> (default: 512)
|
--swap <mb> (default: 512)
|
||||||
--disk <gb> (default: 50)
|
--disk <gb> (default: 50)
|
||||||
@@ -174,7 +174,8 @@ pct create "${CTID}" "${TEMPLATE}" \
|
|||||||
--rootfs "${ROOTFS}" \
|
--rootfs "${ROOTFS}" \
|
||||||
--unprivileged "${UNPRIV}" \
|
--unprivileged "${UNPRIV}" \
|
||||||
--features "${FEATURES}" \
|
--features "${FEATURES}" \
|
||||||
--start 0
|
--start 0 \
|
||||||
|
--onboot yes
|
||||||
|
|
||||||
info "CT created (not started). Next step: start CT + wait for IP"
|
info "CT created (not started). Next step: start CT + wait for IP"
|
||||||
info "Starting CT ${CTID}"
|
info "Starting CT ${CTID}"
|
||||||
|
|||||||
Reference in New Issue
Block a user