Skip to content

Commit

Permalink
install: Drop reference to systemd-resolved.service
Browse files Browse the repository at this point in the history
We don't need this anymore now that we do retry HTTP fetches.
  • Loading branch information
jlebon committed Dec 17, 2024
1 parent a52d6f0 commit 15b9d3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions systemd/coreos-installer.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ Description=CoreOS Installer
Before=coreos-installer.target
After=NetworkManager.service
Wants=NetworkManager.service
# Until we retry HTTP requests let's wait here until
# systemd-resolved comes up if enabled.
# https://github.com/coreos/coreos-installer/issues/283
After=systemd-resolved.service
ConditionDirectoryNotEmpty=|/etc/coreos/installer.d
ConditionKernelCommandLine=|coreos.inst.install_dev
OnFailure=emergency.target
Expand Down

0 comments on commit 15b9d3a

Please sign in to comment.