From 816784da5ce01da03456ff0221ba3d570e1a0561 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 17 Nov 2017 17:43:35 +0100 Subject: [PATCH] Add missing gzip call to FAQ item on how to repack IPA Change-Id: Ibaa7707c0548d2481e8708680c11e90f08490eea --- doc/source/admin/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/troubleshooting.rst b/doc/source/admin/troubleshooting.rst index ed4232b491..0eab739f1c 100644 --- a/doc/source/admin/troubleshooting.rst +++ b/doc/source/admin/troubleshooting.rst @@ -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.