View Single Post
Posts: 57 | Thanked: 42 times | Joined on Mar 2011 @ France
#141
The script doesn't suceed. I've choosed to not download meego image (because I've already placed it in the same directory). I've edited the preinstall kubuntu image name to "precise-preinstalled-mobile-armel+omap.img.gz" (seems that the file has been changed since the 11-07-2011). After a while, the script return:
Code:
+ 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
 

The Following User Says Thank You to krutznikov For This Useful Post: