Skip to content

Commit

Permalink
image: inject firstboot kargs (ignition-network-kcmdline)
Browse files Browse the repository at this point in the history
This updates `image` manifest to capture current firstboot kernel
arguments. Those are effectively the same parameters used by GRUB
and overridable by coreos-installer, which so far have been
hardcoded inside `grub.cfg`.
  • Loading branch information
lucab authored and jlebon committed May 26, 2020
1 parent 1ab9c62 commit ec32e76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ extra-kargs:
# https://fedoraproject.org/wiki/Changes/CGroupsV2
- systemd.unified_cgroup_hierarchy=0

# Kernel arguments to be used on first-boot.
ignition-network-kcmdline:
- 'rd.neednet=1'
- 'ip=dhcp,dhcp6'

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

0 comments on commit ec32e76

Please sign in to comment.