From: Nickolay <nickolay@protei.ru>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.17-rc4 bugfix with initramfs
Date: Fri, 09 Jun 2006 21:24:14 +0400 [thread overview]
Message-ID: <4489AEBE.2050809@protei.ru> (raw)
In-Reply-To: <20060409001127.GA101@oleg>
This patch fix double inclusion of ramfs-input.
Signed-off-by: Nickolay Vinogradov <nickolay@protei.ru>
--- /linux-2.6.17-rc4.orig.old/usr/Makefile 2006-06-08
21:41:08.000000000 +0400
+++ linux-2.6.17/usr/Makefile 2006-06-09 21:16:53.000000000 +0400
@@ -21,8 +21,7 @@
$(CONFIG_INITRAMFS_SOURCE),-d)
ramfs-args := \
$(if $(CONFIG_INITRAMFS_ROOT_UID), -u $(CONFIG_INITRAMFS_ROOT_UID)) \
- $(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID)) \
- $(ramfs-input)
+ $(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID))
# .initramfs_data.cpio.gz.d is used to identify all files included
# in initramfs and to detect if any files are added/removed.
--
Nickolay Vinogradov
Russia, Saint Petersburg
next prev parent reply other threads:[~2006-06-09 17:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-09 0:11 [PATCH rc1-mm 2/3] coredump: shutdown current process first Oleg Nesterov
2006-04-10 7:08 ` Roland McGrath
2006-04-10 14:01 ` Oleg Nesterov
2006-04-14 8:04 ` Eric W. Biederman
2006-04-14 15:33 ` Oleg Nesterov
2006-04-14 17:02 ` Eric W. Biederman
2006-06-09 17:24 ` Nickolay [this message]
2006-06-10 7:07 ` [PATCH] 2.6.17-rc4 bugfix with initramfs Sam Ravnborg
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=4489AEBE.2050809@protei.ru \
--to=nickolay@protei.ru \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.