View Single Post
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#193
Originally Posted by fanoush View Post
You can edit/create bootmenu.conf (not .sh) and add
Code:
dmesg >/tmp/dmesg.out
as a last line and after boot
This will be interesting to check out.

~thank you~ fanoush (and the guy who wrote the 'EASILY' howtos)!


It is wonderful to be able to make image backups and not go through system reconfig. It's so convenient now! For example,

To back up:
dd bs=1M if=/dev/mmcblk0p2 | gzip > /media/mmc1/images/IT2006_2.2_Working.gz
To restore:
gzip -dc /media/mmc1/images/IT2006_2.2_Working.gz | dd of=/dev/mmcblk0p2 obs=1M
It's uh, not super fast with a stock kernel :P