View Single Post
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#248
some complain about usless use of cat
Code:
# wget http....
# gzip -d  ubuntu-xxx.gz  
# mkdir -p /mnt/p1 
# mkdir -p /mnt/p2 
# losetup -o$((63*512)) /dev/loop1 ubuntuxxx
# losetup -o$((144585*512)) /dev/loop2  ubuntuxxx
# mount /dev/loop1 /mnt/p1
# mount /dev/loop2 /mnt/p2
mounted...

[EDIT: note: i try to get a working kernel... soo that means i don't claim that ubuntu is working out of the box - rather not. esp. i don't think that part. image you picked works with the maemo-omap1 kernel . but you can try and ...]

Last edited by lunat; 2010-10-27 at 16:09.