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

Change-Id: Ibaa7707c0548d2481e8708680c11e90f08490eea
This commit is contained in:
Dmitry Tantsur 2017-11-17 17:43:35 +01:00
parent 0d944da575
commit 816784da5c

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.