+ mount /dev/sdc1 /mnt + [[ testing == \c\o\r\e ]] + [[ testing == \s\t\a\b\l\e ]] + mount -t proc /proc /mnt/proc mount: mount point /mnt/proc does not exist + mount -o bind /dev /mnt/dev mount: mount point /mnt/dev does not exist + mount -o bind /dev/pts /mnt/dev/pts mount: mount point /mnt/dev/pts does not exist + mount -o bind /sys /mnt/sys mount: mount point /mnt/sys does not exist + cp /usr/bin/qemu-arm-static /mnt/usr/bin/ cp: cannot create regular file `/mnt/usr/bin/': No such file or directory + cp install-chroot-part.sh /mnt/tmp + chmod +x /mnt/tmp/install-chroot-part.sh chmod: cannot access `/mnt/tmp/install-chroot-part.sh': Not a directory + cp kubuntu-mobile-n900-integration_0.1_all.deb /mnt/tmp + chroot /mnt /tmp/install-chroot-part.sh testing chroot: failed to run command `/tmp/install-chroot-part.sh': Not a directory + false + mkdir /media/fat mkdir: cannot create directory `/media/fat': File exists + mount /dev/sdc3 /media/fat + cp /mnt/boot/uImage /media/fat cp: cannot stat `/mnt/boot/uImage': No such file or directory + exit 1