Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Major changes:

Minor changes:

- install: Don't require the network by default

Internal changes:

- install: Simplify firstboot-args handling in config file expansion
Expand Down
8 changes: 2 additions & 6 deletions systemd/coreos-installer.service
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[Unit]
Description=CoreOS Installer
Before=coreos-installer.target
After=network-online.target
Wants=network-online.target
# 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
After=NetworkManager.service
Wants=NetworkManager.service
ConditionDirectoryNotEmpty=|/etc/coreos/installer.d
ConditionKernelCommandLine=|coreos.inst.install_dev
OnFailure=emergency.target
Expand Down