mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
init: make sure /storage permissions are correct
This commit is contained in:
parent
f4edf43388
commit
213b65931c
@ -217,7 +217,7 @@ CONFIG_FEATURE_TR_EQUIV=y
|
|||||||
# CONFIG_CAL is not set
|
# CONFIG_CAL is not set
|
||||||
# CONFIG_CATV is not set
|
# CONFIG_CATV is not set
|
||||||
# CONFIG_CHGRP is not set
|
# CONFIG_CHGRP is not set
|
||||||
# CONFIG_CHMOD is not set
|
CONFIG_CHMOD=y
|
||||||
CONFIG_CHOWN=y
|
CONFIG_CHOWN=y
|
||||||
# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set
|
# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set
|
||||||
CONFIG_CHROOT=y
|
CONFIG_CHROOT=y
|
||||||
|
@ -990,6 +990,7 @@
|
|||||||
|
|
||||||
# Just in case... problems with ssh if not correctly owned
|
# Just in case... problems with ssh if not correctly owned
|
||||||
chown 0:0 /storage 2>/dev/null
|
chown 0:0 /storage 2>/dev/null
|
||||||
|
chmod 755 /storage 2>/dev/null
|
||||||
|
|
||||||
mount --move /flash /sysroot/flash
|
mount --move /flash /sysroot/flash
|
||||||
mount --move /storage /sysroot/storage
|
mount --move /storage /sysroot/storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user