Apply static network directly during install
This commit is contained in:
parent
7c609770d4
commit
01793ede4e
@ -1,18 +1,16 @@
|
||||
#cloud-config
|
||||
autoinstall:
|
||||
version: 1
|
||||
interactive-sections:
|
||||
- network
|
||||
|
||||
# ── Locale & keyboard ──────────────────────────
|
||||
locale: en_IN.UTF-8
|
||||
keyboard:
|
||||
layout: us
|
||||
|
||||
# ── Network: stop on installer network screen ─
|
||||
# Subiquity will show the network UI and use the values below as defaults.
|
||||
# This keeps installer-side IP selection, but pre-fills the expected static
|
||||
# network so console-only installs do not require retyping everything.
|
||||
# ── Network: apply known-good static defaults ─
|
||||
# We no longer pause on the installer network screen because Subiquity was
|
||||
# accepting the IP but dropping the default gateway on console installs.
|
||||
# Bring the VM up directly on the standard Cezen static network instead.
|
||||
network:
|
||||
network:
|
||||
version: 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user