mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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_CATV is not set
|
||||
# CONFIG_CHGRP is not set
|
||||
# CONFIG_CHMOD is not set
|
||||
CONFIG_CHMOD=y
|
||||
CONFIG_CHOWN=y
|
||||
# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set
|
||||
CONFIG_CHROOT=y
|
||||
|
@ -990,6 +990,7 @@
|
||||
|
||||
# Just in case... problems with ssh if not correctly owned
|
||||
chown 0:0 /storage 2>/dev/null
|
||||
chmod 755 /storage 2>/dev/null
|
||||
|
||||
mount --move /flash /sysroot/flash
|
||||
mount --move /storage /sysroot/storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user