Skeleton SD card image for the Raspberry Pi ------------------------------------------- This image is used by the Woof build system. How I got image off a card: # dd if=/dev/sdb of=raspi-sd-4gb-skeleton-20120613.img count=3769344 bs=1024 which is 3,859,808,256 bytes. ...this has just 0.5KB empty space after the swap partition. The size is 3.5947BG, which should be small enough for even the cheatiest SD card manufacturers. How to write image to an SD card -------------------------------- For the example of the card being /dev/sdb: ...make sure card is not mounted!... # unxz --stdout raspi-sd-4gb-skeleton-20120613.img.img.xz | dd of=/dev/sdb # sync ...always type "sync" afterward, before removing SD card. Regards, Barry Kauler June 2012