Merge "Add missing gzip call to FAQ item on how to repack IPA"
This commit is contained in:
@@ -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
|
After you've done the modifications, pack the whole content of the current
|
||||||
directory back::
|
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.
|
.. note:: You don't need to modify the kernel (e.g.
|
||||||
``tinyipa-master.vmlinuz``), only the ramdisk part.
|
``tinyipa-master.vmlinuz``), only the ramdisk part.
|
||||||
|
|||||||
Reference in New Issue
Block a user