Demetris Ierokipides
acc73f9447
Merge branch 'libreelec-11.0' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x
2023-12-14 21:39:49 +02:00
Matthias Reichl
30054f96d5
udevil: support custom udevil.conf in /storage/.config
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-11-10 11:04:41 +01:00
Demetris Ierokipides
fe887f9aa0
Merge branch 'master' of github.com:LibreELEC/LibreELEC.tv into Lakka-v5.x
2023-04-10 14:08:07 +03:00
mglae
0adb582098
udevil: improve mount.ntfs script
...
Explicit mount ntfs3 fs. Avoid log spam by performing automatic
mount over all file systems. Explicit Ntfs3 module load can be
dropped.
2023-04-02 15:15:02 +02:00
mglae
ce95687080
udevil: improve mount.ntfs script
...
Explicit mount ntfs3 fs. Avoid log spam by performing automatic
mount over all file systems. Explicit Ntfs3 module load can be
dropped.
2023-04-02 12:23:39 +02:00
Tomáš Kelemen (vudiq)
ee6140e55c
Merge 'libreelec/master'
2022-03-04 00:02:04 +01:00
heitbaum
1b87c37092
udevil: add handler for ntfs3
2021-12-08 21:49:47 +00:00
Tomáš Kelemen (vudiq)
84073d70aa
udevil: adapt config for Lakka needs
...
external media should be mounted to /storage/roms folder (start folder
of RetroArch content browser)
2021-04-07 22:14:03 +02:00
Ian Leonard
b31ce30170
sysutils: automated code cleanup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
Ian Leonard
8d04ffe5da
exfat-fuse: remove package to make way for mainline driver
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-11-11 17:25:23 +00:00
adufray
9a7a7f5467
Update packages/sysutils/udevil/udev.d/95-udevil-mount.rules
...
Co-Authored-By: MilhouseVH <MilhouseVH@users.noreply.github.com>
2019-07-04 11:48:08 -05:00
adufray
f15c06cd5c
Include /dev/nvme* for automounting m.2 devices
2019-07-04 10:47:34 -05:00
Matthias Reichl
e9e33e48eb
udevil: don't change permissions of mounted filesystems
...
Setting mount_point_mode results in permanent changes of filesystem
permissions, trashing permissions users may have manually set up.
Udisks2 doesn't do that either so drop that option.
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-12-13 11:23:20 +01:00
CvH
85e5b4dc1f
cleanup: PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f
cleanup: remove PKG_ARCH="any"
2018-10-22 15:06:12 +02:00
CvH
4317bc5002
cleanup: remove PKG_SECTION
2018-10-22 15:06:11 +02:00
CvH
1b9cbdaf26
spdx: packages/sysutils
2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF
2017-11-22 00:41:12 +01:00
cvh
837b447b7c
decommission PKG_IS_ADDON
2017-10-16 00:01:20 +02:00
Christian Hewitt
38013dbc00
Merge pull request #1800 from MilhouseVH/udev_cleanup
...
udev: cleanup
2017-07-22 21:49:57 +04:00
Peter Vicman
50a51452be
build system: add sha256 checksum to all packages
...
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
fffd87426c
udevil-mount: avoid mounting already mounted partitions
2017-07-16 20:03:37 +01:00
awiouy
cf5d3a4579
decommission PKG_REV
2017-01-19 00:06:13 +01:00
Lukas Rusak
3a15ba32e6
udevil: use unified /usr
2016-12-04 13:23:47 -08:00
awiouy
d42d70e37b
udevil: disable autoreconf
2016-11-15 20:51:46 +01:00
Jamie Coldhill
cd58823c0a
udevil.conf big_writes mod
2016-10-06 20:34:51 +08:00
awiouy
e0c2de9b39
Decommission PKG_PRIORITY
2016-09-24 11:57:39 +02:00
chewitt
acdc299a9c
udevil: prevent noobs partitions from auto-mounting
2016-05-23 20:42:52 +01:00
Michael Busby
988084b249
added RECOVERY to partitions not to be mounted
...
to prevent the RECOVERY partition being mounted at boot
2016-04-15 13:54:56 +01:00
Stephan Raue
f51faa070d
packages: update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
ad3fb0cd4b
udevil: fix build
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-24 12:07:56 +02:00
Stephan Raue
e7016aedc4
udevil: update to udevil-0.4.4
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-24 12:07:56 +02:00
Stefan Saraev
30d43e17d8
Revert "udevil: use SYSTEMD_WANTS in udev"
...
This reverts commit 368f9ae5a1
.
368f9ae
broke optical drive automounting, and I can't reproduce
anymore the bug that forced me to switch to SYSTEMD_WANTS. o_O...
2015-04-25 13:13:59 +03:00
Stefan Saraev
368f9ae5a1
udevil: use SYSTEMD_WANTS in udev
...
it seems systemd 219 dont like the way we mount
2015-02-22 22:16:18 +02:00
vpeter4
37290d1ad4
udevil: mount mmc block devices
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-06 13:37:55 +02:00
Stefan Saraev
113be0a932
udevil: update to udevil-0.4.3
2014-02-25 14:28:04 +02:00
Stefan Saraev
f3076f0cbd
udevil fix systemctl path after systemd 209
2014-02-21 00:30:00 +02:00
Stephan Raue
23b71d66fb
udevil: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:19 +01:00
Stephan Raue
0f3e2d4ffa
update license headers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
c950ea09fe
udevil: run samba-autoshare wrapper on umount too
2013-12-18 01:17:51 +02:00
Stefan Saraev
f37951b710
udevil.service: never fail in ExecStartPost
2013-12-18 00:51:46 +02:00
Stefan Saraev
d7a0ba5abd
udevil: run samba-autoshare wrapper
2013-12-18 00:18:26 +02:00
Stephan Raue
b9a36475c6
udevil: allow to mount partitions called 'System, Storage, Flash'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-10-05 20:01:07 +02:00
Christian Hewitt
cc780c7e38
add BOOT to partitions we don't mount
2013-10-05 13:09:46 +04:00
Stephan Raue
f50a190d7f
udevil: dont fail if mount is not possible, because its already mounted
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-10-05 06:33:19 +02:00
Stephan Raue
cb5480f13c
udevil: ignore and dont mount/handle special partitions
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-10-05 06:28:40 +02:00
Stephan Raue
311f5c6acb
Revert "udevil: add mounthelper script"
...
This reverts commit bff9f334ff
.
2013-10-03 16:34:41 +02:00
Stephan Raue
bff9f334ff
udevil: add mounthelper script
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-09-29 06:20:18 +02:00
Stefan Saraev
61824e5326
udevil: mount by systemd service
...
... or fuse fails with systemd and cgroups in kernel.
no long runing tasks should ever be started from udev rules
2013-09-15 19:48:55 +03:00
Stefan Saraev
0a67511519
udevil: add 'nonempty' option for exfat
2013-09-15 17:10:52 +03:00