Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Description=CoreOS Root Bash
DefaultDependencies=false
Before=ignition-complete.target

# We need all the filesystems already mounted.
Requires=ignition-mount.service
After=ignition-mount.service
# We need all the filesystems already mounted and /var/roothome created.
Requires=coreos-populate-var.service
After=coreos-populate-var.service

# Run before ignition-files.service so configs can further modify.
Before=ignition-files.service
Expand Down