From: Alexander Stein <alexander.stein@systec-electronic.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] Fix install_initramfs_link
Date: Tue, 27 Mar 2012 11:24:37 +0200 [thread overview]
Message-ID: <1332840277-23439-1-git-send-email-alexander.stein@systec-electronic.com> (raw)
slink format is (see ./usr/gen_init_cpio -h)
slink <name> <target> <mode> <uid> <gid>
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
rules/post/install_initramfs.make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rules/post/install_initramfs.make b/rules/post/install_initramfs.make
index 6a305ae..d4558f1 100644
--- a/rules/post/install_initramfs.make
+++ b/rules/post/install_initramfs.make
@@ -120,7 +120,7 @@ install_initramfs_link = \
SRC=$(strip $(2)); \
DST=$(strip $(3)); \
echo "install_initramfs_link: src=$$SRC dst=$$DST "; \
- echo "slink $$DST $$SRC 0755 0 0" >> $(INITRAMFS_CONTROL)
+ echo "slink $$SRC $$DST 0755 0 0" >> $(INITRAMFS_CONTROL)
#
# install_initramfs_node
--
1.7.3.4
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2012-03-27 10:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332840277-23439-1-git-send-email-alexander.stein@systec-electronic.com \
--to=alexander.stein@systec-electronic.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox