Skip to content

Commit

Permalink
image.yaml: move firstboot kargs here
Browse files Browse the repository at this point in the history
This is part of moving to conditional networking
(coreos/fedora-coreos-tracker#443).

Let's move the firstboot kargs here as prep for dropping them entirely.
See also: coreos/coreos-assembler#1373
  • Loading branch information
jlebon committed May 25, 2020
1 parent 37c0290 commit 44e24c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
# size is the target disk size in GB.
size: 8

# For now, we still unconditionally enable initrd networking
# Pairs with: https://github.com/coreos/coreos-assembler/pull/1373
firstboot-kargs:
- rd.neednet=1
- ip=dhcp,dhcp6

extra-kargs:
# Disable SMT on systems vulnerable to MDS or any similar future issue.
- mitigations=auto,nosmt
# https://github.com/coreos/fedora-coreos-tracker/issues/292
# https://fedoraproject.org/wiki/Changes/CGroupsV2
- systemd.unified_cgroup_hierarchy=0


# Optional remote by which to prefix the deployed OSTree ref
ostree-remote: fedora

Expand All @@ -20,5 +25,3 @@ sysroot-readonly: true
# After this, we plan to add support for the Ignition
# storage/filesystems sections. (Although one can do
# that on boot as well)


0 comments on commit 44e24c5

Please sign in to comment.