Skip to content

Commit

Permalink
Adjust directory structure
Browse files Browse the repository at this point in the history
Signed-off-by: Shaka Huang <[email protected]>
  • Loading branch information
shakalaca committed Jul 14, 2015
1 parent ec6162e commit 669ec76
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ $ unpackbootimg -i boot.img

### pack boot.img or recovery.img
```
$ mkbootimg --kernel boot.img-zImage \
--ramdisk boot.img-ramdisk.gz \
--cmdline "$(cat boot.img-cmdline)" \
--second boot.img-second \
--signature boot.img-signature \
$ mkbootimg --kernel zImage \
--ramdisk ramdisk.cpio.gz \
--cmdline "$(cat cmdline)" \
--second second.bin \
--signature signature \
-o boot.img
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 669ec76

Please sign in to comment.