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