Releases: Olf0/mount-sdcard
Releases · Olf0/mount-sdcard
v1.6.0-1.sfos301
v1.6.0-1.sfos220
v1.6.0-1.sfos340
Changes
- Add a set of udev rules, which ...
- ... allows for mounting many more USB-attached devices: SD-card readers, multiple storage devices at the same time etc.
- ... supports plugging and unplugging of devices and media better (than before and SailfishOS' original).
- ... sets a fundament for further enhancements.
- A few, minor enhancements of comments and documentation
v1.6.0-1.sfos321
v1.5.1-1.sfos321
Changes
- Shorten journal output.
- Overhaul configuration files.
v1.5.1-1.sfos301
v1.5.1-1.sfos220
v1.5.0-1.sfos321
Changes
- Further downgrade the device dependency, this time from
Requires=toRequisite=.
Because all devices usable by mount-sdcard shall already exist and have a corresponding device unit spawned by Systemd, there is no need to let Systemd spawn new device units here (i.e., this is only relevant error cases, anyway).
Plus, this may allow for intermittent, brief failures of a device to be ignored. - Change license from MIT to LGPL-2.1-only.
- Add
Before=umount.targetto fully comply with Systemd's default dependencies for device, mount and path units.
Note that this mimicry of a "standard" mount unit's behaviour byConflicts=umount.targetandBefore=umount.targetstatements happens in addition to the (implicit) default dependencies of a "standard" service unit:Conflicts=shutdown.target,Before=shutdown.target, plusRequires=sysinit.target,After=sysinit.targetandAfter=basic.target.