From f66aa6ebf19d241d7c8a5631ebfa972e078af169 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 17 Jan 2014 13:54:52 +0100 Subject: [PATCH] Add how to use gen_cpio --- contrib/gen_cpio | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/gen_cpio b/contrib/gen_cpio index 2983f16..9fcb2c1 100755 --- a/contrib/gen_cpio +++ b/contrib/gen_cpio @@ -9,6 +9,8 @@ # # Released under the terms of the GNU GPL +# Usage: gen_cpio rootfs.cpio myapp->/bin/ start.sh->/etc/init.d/S90startmyapp + set -e while [ $# -gt 0 ]; do -- 2.39.2