web-dev-qa-db-fra.com

enlever chroot fait par ubuntu touch sdk

Comment puis-je supprimer tout le chroot le buntu touch SDK a fait? Je ne trouve rien dans l'application.
Quand je fais un mount depuis un terminal, je reçois ceci:

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)
3
Wayne Ward

j'ai sussed j'ai enlevé

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

redémarré et le problème réglé :)

merci wayne :)

1
Wayne Ward