guardianproject / lildebi

UNMAINTAINED please adopt! we can no longer maintain this
https://guardianproject.info/code
GNU General Public License v3.0
227 stars 55 forks source link

Lildebi starts with mount error #199

Open mikehill76 opened 8 years ago

mikehill76 commented 8 years ago

Hi there, I am trying to setup Lil'Debi on my Fairphone 1. I managed start Debian but I cannot use the shell. start-debian.sh shows some weird mount errors with paths including "//": mount: mounting /mnt/shell/emulated on /data/debian//mnt/shell/emulated failed: No such file or directory

All paths in the mount commands have these double slashes...

Does anybody have an idea how to solve this?

Thank you for your support and best regards Michael

ghost commented 8 years ago

Sounds like you might have an empty variable somewhere. Try adding some echo "blah $foo" into the various scripts to find where the problem is?