View Single Post
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#52
That seems to have worked, thanks!! I did get an odd couple of messages after the synchroot step, but they don't look to be anything major, just hosts and xkb?

Code:
Nokia-N900-02-8:/home/user/MyDocs/sdk# CHROOT=/floppy synchroot
synching the chroot...
mv: cannot rename '/floppy/etc/hosts': No such file or directory
mv: cannot rename '/floppy/usr/share/X11/xkb': No such file or directory
I also can't seem to find those two postinst files within the chroot.. I'll try to install the binaries without that step and see how I get on.

EDIT: I fixed the rename issues by slightly modifying the original commands to be:

Code:
qmount /home/user/MyDocs/maemo-sdk-v1_2.img.ext2 /floppy
mkdir /floppy/dev
mkdir /floppy/dev/pts
mkdir /floppy/dev/shm
mkdir /floppy/usr/share/X11/xkb
mkdir /floppy/var/run/dbus
mkdir /floppy/var/lib/dbus
mkdir /floppy/var/run/pulse
cp /bin/busybox /floppy/bin
cp /etc/hosts /floppy/etc/hosts
CHROOT=/floppy synchroot
qumount /floppy

Last edited by Tigerite; 2010-05-20 at 09:41.
 

The Following 2 Users Say Thank You to Tigerite For This Useful Post: