Merge "Add missing gzip call to FAQ item on how to repack IPA"

This commit is contained in:
Zuul 2017-11-17 21:40:05 +00:00 committed by Gerrit Code Review
commit 459d1c2d3e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ location of the files will depend on the way you've built the ramdisk.
After you've done the modifications, pack the whole content of the current
directory back::
find . | cpio -H newc -o > /path/to/the/new/ramdisk
find . | cpio -H newc -o | gzip -c > /path/to/the/new/ramdisk
.. note:: You don't need to modify the kernel (e.g.
``tinyipa-master.vmlinuz``), only the ramdisk part.