mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
systemd: drop patch that causes filesystem corruption on reboot/shutdown
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
55bb46103b
commit
87e293535a
@ -1,15 +0,0 @@
|
||||
diff -Naur a/src/core/mount-setup.c b/src/core/mount-setup.c
|
||||
--- a/src/core/mount-setup.c 2016-07-17 21:54:48.947510924 +0100
|
||||
+++ b/src/core/mount-setup.c 2016-07-17 21:56:02.708552744 +0100
|
||||
@@ -121,7 +121,10 @@
|
||||
/* Container bind mounts */
|
||||
"/proc/sys\0"
|
||||
"/dev/console\0"
|
||||
- "/proc/kmsg\0";
|
||||
+ "/proc/kmsg\0"
|
||||
+ /* LibreELEC: always busy */
|
||||
+ "/flash\0"
|
||||
+ "/storage\0";
|
||||
|
||||
bool mount_point_is_api(const char *path) {
|
||||
unsigned i;
|
Loading…
x
Reference in New Issue
Block a user