Here are two patches split out of the big klibc patch that fix some
problems in the gen_init_cpio.c code. The first one allows files to be
added to the cpio image and fixes a padding error, and the second one
fixes some build problems with the cpio image (if there was an error,
the build would not stop.)
Please pull from:
bk://kernel.bkbits.net/gregkh/linux/initramfs-2.5
I'll send the two patches as followups to this message to lkml for those
who want to see them.
thanks,
greg k-h
usr/Makefile | 26 ++++++++++++---
usr/gen_init_cpio.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+), 4 deletions(-)
-----
ChangeSet@1.1125, 2003-03-07 16:46:13-08:00, greg@kroah.com
kbuild: handle any failures of the gen_init_cpio or initramfs image to stop the build.
This also shows how to add files to the initramfs build, but is
commented out.
Patch originally done by Kai.
usr/Makefile | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
------
ChangeSet@1.1124, 2003-03-07 16:39:06-08:00, greg@kroah.com
gen_init_cpio: Add the ability to add files to the cpio image.
Push file://home/greg/linux/BK/initramfs-2.5 -> file://home/greg/linux/BK/bleed-2.5
usr/gen_init_cpio.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 90 insertions(+)
------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/