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 Nov 9, 2023
1 parent 2bf8bbe commit e6bc574
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 e6bc574

Please sign in to comment.