Code: $ root # mount /dev/mmcblk0p2 /mnt/mmc22 # chroot /mnt/mmc22 However, I can't run any gui programs... Is there any way I can launch a gui program from this chroot? (this probably requires starting the sapwood/hildondesktop server huh?) or barring that is there a way to access the control panel through the command line?
$ root # mount /dev/mmcblk0p2 /mnt/mmc22 # chroot /mnt/mmc22
$ root # mount /dev/mmcblk0p2 /mnt/mmc22 # mount -n -t proc proc /mnt/mmc22/proc # mount -n -t sysfs sysfs /mnt/mmc22/sys # mount -n -o bind /mnt/initfs/tmp /mnt/mmc22/tmp # chroot /mnt/mmc22