Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions image-c9s.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# See https://github.com/coreos/coreos-assembler/pull/298
size: 16

# We default to a container image
deploy-via-container: true

# Disable networking by default on firstboot. We can drop this once cosa stops
# defaulting to `ip=dhcp,dhcp6 rd.neednet=1` when it doesn't see this key.
ignition-network-kcmdline: []
Expand Down
3 changes: 3 additions & 0 deletions image-rhel-9.2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# See https://github.com/coreos/coreos-assembler/pull/298
size: 16

# We default to a container image
deploy-via-container: true

# Disable networking by default on firstboot. We can drop this once cosa stops
# defaulting to `ip=dhcp,dhcp6 rd.neednet=1` when it doesn't see this key.
ignition-network-kcmdline: []
Expand Down