Ubuntu – Removing chroot done by ubuntu touch sdk

chrootmountsdkubuntu-touch

How do I remove all the chroot the Ubuntu touch SDK has made? I can't find anything in the app.
When I do a mount from a terminal, I get this :

click-ubuntu-sdk-15.04-i386 on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb} type overlayfs (rw,lowerdir=/var/lib/schroot/union/underlay/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb},upperdir=/var/lib/schroot/union/overlay/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb})
/proc on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/proc type none (rw,bind)
/sys on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/sys type none (rw,bind)
/dev on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/dev type none (rw,bind)
/dev/pts on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/dev/pts type none (rw,bind)
/home on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/home type none (rw,rbind)
/tmp on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/tmp type none (rw,bind)
/run/shm on /var/lib/schroot/mount/click-ubuntu-sdk-15.04-i386-ucca-1000-{32be949d-df4e-486b-a43e-9762cbe720eb}/run/shm type none (rw,bind)

Best Answer

i sussed it i removed

/etc/schroot/chroot.d/-ubuntu-sdk* /var/lib/schroot/chroots/-ubuntu-sdk*

rebooted and problem sorted :)

thanks wayne :)

Related Question