guardianproject / lildebi

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

on uninstall, run "Stop Debian" #139

Closed eighthave closed 9 years ago

eighthave commented 10 years ago

run "stop debian" on Lil' Debi uninstall to make sure things are left in a sane state. Also, on fresh install, Lil' Debi will not properly detect a running install on internal storage, and instead thinks there is no install.

eighthave commented 9 years ago

since the "delete all" script already runs stop-debian.sh and tries to force-umount /data/debian, it seems that it is doing all the current tricks. Perhaps there needs to be a force kill of all Debian processes as part of this, even more so than what stop-debian.sh does.

SDkie commented 9 years ago

How about a kill-debian.sh script ?

eighthave commented 9 years ago

yeah, sounds like that might be necessary.