Changes

Jump to navigation Jump to search
no edit summary
Line 89: Line 89:     
Then pull up the frame, switch to the home view, and launch some activities!
 
Then pull up the frame, switch to the home view, and launch some activities!
 +
 +
=== Cleaning Up ===
 +
 +
To correctly delete a chroot that you no longer need, kill all processes running in the chroot, and
 +
 +
export CHROOT=/path/to/my/chroot  # important!
 +
umount $CHROOT/var/run/dbus
 +
umount $CHROOT/proc
 +
umount $CHROOT/dev/pts
 +
rm -rf $CHROOT
76

edits

Navigation menu