Version Bump

This commit is contained in:
Gerben Jan Dijkman
2021-10-03 17:58:12 +02:00
parent 9dc686c573
commit a7f7a7f86b
57 changed files with 1634 additions and 93 deletions

View File

@@ -0,0 +1,3 @@
## Automatically mount the SD card when inserted
ACTION=="add", KERNEL=="mmcblk[0-2]p*", ENV{ID_FS_USAGE}=="filesystem", RUN{program}+="/usr/bin/systemd-mount --no-block --automount=yes --timeout-idle-sec=1s $devnode /media/%k"