From 6221e780e67bd6a671216c16228b1852674488ea Mon Sep 17 00:00:00 2001 From: Andreas Henkel Date: Mon, 29 Jan 2024 19:42:34 +0100 Subject: [PATCH] Update ww4-disks.target.ww Fixed Prequisite to Requisite --- overlays/wwinit/etc/systemd/system/ww4-disks.target.ww | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww b/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww index b8e9d4293..c1a547cf7 100644 --- a/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww +++ b/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww @@ -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" }} @@ -17,4 +17,4 @@ Prequisite=ignition-ww4-disks.service {{- if $fs.Path }}{{ $prefix = tr $fs.Path "/" "" }}{{ end }} {{- end }} Wants={{ print $prefix "." $suffix }} -{{- end }} \ No newline at end of file +{{- end }}