Fix links on robin

This commit is contained in:
KnightArtorias 2026-06-17 11:47:18 -04:00
parent 9fc7f13458
commit f36a1e1adf

View file

@ -47,9 +47,20 @@
systemd.tmpfiles.rules = [
"L+ /usr/bin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm"
"L+ /sbin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm"
# Core mount utilities (provide both /bin and /usr/bin paths)
"L+ /bin/mount - - - - /run/current-system/sw/bin/mount"
"L+ /usr/bin/mount - - - - /run/current-system/sw/bin/mount"
"L+ /bin/umount - - - - /run/current-system/sw/bin/umount"
"L+ /usr/bin/umount - - - - /run/current-system/sw/bin/umount"
"L+ /bin/nsenter - - - - /run/current-system/sw/bin/nsenter"
"L+ /usr/bin/nsenter - - - - /run/current-system/sw/bin/nsenter"
# NFS Mount Helpers (Crucial for Longhorn Share-Manager / RWX volumes)
"L+ /sbin/mount.nfs - - - - /run/current-system/sw/bin/mount.nfs"
"L+ /sbin/umount.nfs - - - - /run/current-system/sw/bin/umount.nfs"
"L+ /usr/sbin/mount.nfs - - - - /run/current-system/sw/bin/mount.nfs"
"L+ /usr/sbin/umount.nfs - - - - /run/current-system/sw/bin/umount.nfs"
];
# RAID