View Single Post
Posts: 1,746 | Thanked: 2,100 times | Joined on Sep 2009
#100
Originally Posted by qwazix View Post
it's not impossible, the meego image has a lot of free space, it can be shrunk down to the size of the download. I don't know how except to install it and then shrink it with gparted, which is not good enough.
Prep your SD card and mount the filesystem. Then, mount the raw image using a loopback (you may need to use -o offset=512 to skip the partition table) and do:

sudo cp -a <mount dir>/* <sd card root>

Which will work. I did that to create a bootable SD card for my Nook Color port project.