.TH ABOOTIMG 1 .SH NAME abootimg \- manipulate Android Boot Images. .SH DESCRIPTION Tool to read/write/update android boot images .SH SYNOPSIS .B abootimg \-i .br .B abootimg \-x [ [ [ []]]] .br .B abootimg \-u [\-c "param=value"] [\-f ] [\-k ] [\-r ] [\-s ] .br .B abootimg \-\-create [\-c "param=value"] [\-f ] \-k \-r [\-s ] .SH OPTIONS .TP .B \-i print boot imgage informations .TP .B \-x Extract a boot image .TP .B \-u Update a boot image .TP .B \-\-create Create a boot image .SS "Options for extracting boot images" .TP .B bootimg Existing bootimage to use .TP .B bootimg.cfg Name for the bootimg.cfg file, defaults to bootimg.cfg .TP .B kernel Name for the kernel image, defaults to zImage .TP .B ramdisk Name for the ramdisk image, defaults to initrd.img .TP .B secondstage Name for the second-stage image, defaults to stage2.img .SS "Options for updating and creating boot images" .TP .B bootimg Existing bootimage to use .TP .B \-c "param=value" Existing bootimage to use .TP .B \-f Update bootimg.cfg with the named file .TP .B \-k Update kernel with the named file .TP .B \-r Update ramdisk with the named file .TP .B \-s Update secondstage image with the named file