mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #811 from MilhouseVH/init_root_755
init: make sure /storage permissions are correct
This commit is contained in:
commit
a4c872fe6e
@ -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