We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fe9d6 commit f7090ebCopy full SHA for f7090eb
3 files changed
static/System/etc/passwd
static/System/etc/shadow
static/System/starts/2-bind-mounts.sh
@@ -17,8 +17,6 @@ BTN_SOUND_APP="/mnt/SDCARD/Apps/BtnSoundToggle"
17
mount -o bind "$SDCARD_TRIMUI_DIR/res/lang" "$EMMC_TRIMUI_DIR/res/lang"
18
19
mount -o bind "/mnt/SDCARD/System/etc/resolv.conf" "/etc/resolv.conf"
20
- mount -o bind "/mnt/SDCARD/System/etc/passwd" "/etc/passwd"
21
- mount -o bind "/mnt/SDCARD/System/etc/shadow" "/etc/shadow"
22
23
# guest profile saves, favourites and recents lists
24
if [ $(get_setting "user" "guest") = "true" ]; then
0 commit comments