If you've got a few customizations or fixes that you'd like to permanently save to your hard disk in a tidy image file, follow the instructions below.
Please note that this guide is untested, but was derived from the credible source of @DarthN8er.
sda) which will be refered to as X in this guidesudo dd if=/dev/X of=~/Desktop/ChromeOSBackup-image bs=4mIf you've setup a multi-boot you can still make a backup of just ChromeOS, but it's a few more steps. You've got to copy it from your hard drive in two pieces and then copy it to USB. Note: You will probably need USB device bigger 2gigs.
C-ROOT and one that's approximately 253MB called C-STATEsda6, C-STATE=sda7)sudo dd if=/dev/m of=~/Desktop/C-ROOT-image bs=4m (where m is the reference to C-ROOT) to copy C-ROOT to your desktopsudo dd if=/dev/n of=~/Desktop/C-STATE-image bs=4m (where n is the reference to C-State) to copy C-STATE to your desktopsudo apt-get install gpartedgpartedApplysudo dd if=~/Desktop/C-ROOT-image of=/dev/Y bs=4m where Y is the larger of the two paritions on your USBsudo dd if=~/Desktop/C-STATE-image of=/dev/Z bs=4m where Z is the smaller of the two paritions on your USBsudo dd if=/dev/X of=~/Desktop/ where X is your device reference (e.g. sda)