Fix links on robin
This commit is contained in:
parent
9fc7f13458
commit
f36a1e1adf
1 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue