Ferk / udev-media-automount

A simple automount mechanism using udev rules
Other
125 stars 59 forks source link

/usr/bin -> /bin ? #2

Closed archenemies closed 2 years ago

archenemies commented 5 years ago

I ran into problems on Raspbian which were (I think) resolved with the attached patch. Since /bin/ is a symlink to /usr/bin/ on my other (Arch) system, and likewise for /lib/, the change should have no effect.

0001-Use-bin-not-usr-bin.patch.txt

Are there systems where it has to be /usr/bin/systemctl?

morganchristiansson commented 4 years ago

Thank you this was required to run it on Raspbian

clach04 commented 2 years ago

Cross reference https://github.com/Ferk/udev-media-automount/issues/4#issuecomment-573370772

killemov commented 2 years ago

The merge is coming. See https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/

Ferk commented 2 years ago

The scripts now use /bin/sh, I've also removed the dependency on bash.

Thanks and sorry for the delay.