* Chris Wright ([email protected]) wrote:
> -stable review patch. If anyone has any objections, please let us know.
> ------------------
> From: Nix <[email protected]>
>
> When I built 2.6.17 for the first time I was a little surprised to see
> my kernel putting on >500Kb in weight.
>
> It didn't take long to work out that this was because my initramfs's
> contents were being included twice in the cpio image.
Sam accidentally sent the wrong patch, here's variant that went into
Linus' tree.
----------------------------------
From: Nickolay <[email protected]>
Subject: kbuild: bugfix with initramfs
This patch fix double inclusion of ramfs-input.
Signed-off-by: Nickolay Vinogradov <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: Chris Wright <[email protected]>
---
usr/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/usr/Makefile b/usr/Makefile
index 19d74e6..e938242 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -21,8 +21,7 @@ ramfs-input := $(if $(filter-out "",$(CO
$(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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]