Skip to content

Commit

Permalink
Merge pull request warewulf#1061 from henkela/main
Browse files Browse the repository at this point in the history
Update ww4-disks.target.ww
  • Loading branch information
mslacken authored Jan 30, 2024
2 parents adad227 + ae734ed commit c0e5d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/wwinit/etc/systemd/system/ww4-disks.target.ww
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description=mount ww4 disks
# make sure that the disks are available
Requires=ignition-ww4-disks.service
After=ignition-ww4-disks.service
Prequisite=ignition-ww4-disks.service
Requisite=ignition-ww4-disks.service
# Get the mounts
{{- range $fsdevice,$fs := .FileSystems }}
{{- $prefix := $fsdevice }}{{ $suffix := "mount" }}
Expand All @@ -17,4 +17,4 @@ Prequisite=ignition-ww4-disks.service
{{- if $fs.Path }}{{ $prefix = tr $fs.Path "/" "" }}{{ end }}
{{- end }}
Wants={{ print $prefix "." $suffix }}
{{- end }}
{{- end }}

0 comments on commit c0e5d4b

Please sign in to comment.