Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
dracut/30ignition: link to tracker issue for context
Browse files Browse the repository at this point in the history
To give more context and make sure we close that ticket once we fix
this.
  • Loading branch information
jlebon committed Feb 27, 2019
1 parent 52460d9 commit d36ad4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dracut/30ignition/ignition-generator
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ add_requires() {
}

# This can't be done with ConditionKernelCommandLine because that always
# starts the unit's dependencies. We want to start networkd only on first
# boot.
# starts the unit's dependencies. We want to start networking only on first
# boot (https://github.com/coreos/fedora-coreos-config/issues/43)
if $(cmdline_bool 'ignition.firstboot' 0); then
add_requires ignition-disks.service
add_requires ignition-files.service
Expand Down

0 comments on commit d36ad4d

Please sign in to comment.