diff options
Diffstat (limited to 'modules.d/dnbd3-rootfs/hooks')
| -rwxr-xr-x | modules.d/dnbd3-rootfs/hooks/s3-copy-dracut-systemd-files-into-newroot.sh (renamed from modules.d/dnbd3-rootfs/hooks/copy-dracut-systemd-files-into-newroot.sh) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules.d/dnbd3-rootfs/hooks/copy-dracut-systemd-files-into-newroot.sh b/modules.d/dnbd3-rootfs/hooks/s3-copy-dracut-systemd-files-into-newroot.sh index 3eae12f0..11f6500a 100755 --- a/modules.d/dnbd3-rootfs/hooks/copy-dracut-systemd-files-into-newroot.sh +++ b/modules.d/dnbd3-rootfs/hooks/s3-copy-dracut-systemd-files-into-newroot.sh @@ -21,3 +21,5 @@ for dir in /run/systemd/system /lib/systemd/system /etc/systemd/system; do echo "Failed to link \"$source_path\" to \"$target_path\"." >&2 done done + +exit 0 |
