search for: cpio_sourc

Displaying 5 results from an estimated 5 matches for "cpio_sourc".

Did you mean: cpio_source
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
...+# the cpio archive, and gzip to pack it. +# The script may also be sued to generate the inputfile used for gen_init_cpio +# This script assumes that gen_init_cpio is located in same directory +# as the script + +# error out on errors +set -e + +usage() { +cat << EOF +Usage: +$0 -l {-d | <cpio_source>} ... +$0 [-o <file>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ... + -l List all files/dirs that will be added to initramfs + -o <file> Create gzipped initramfs file named <file> using + gen_init_cpio and gzip + -u <uid&gt...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...9;{print $11}') str="${ftype} ${name} ${target} ${str}" ;; *) str="${ftype} ${name} ${str}" ;; esac echo "${str}" >> ${cpio_list} return 0 } usage() { cat << EOF Usage: $0 [-o <file>] [-u <uid>] [-g <gid>] [-d | <cpio_source>] ] ... $0 -l [-u <uid>] [-g <gid>] [-d | <cpio_source>] ] ... -o <file> Create gzipped initramfs file using gen_init_cpio -l List all files that will be added to initramfs -u <uid> User ID to map to user ID 0 (root). <u...
2006 Apr 17
0
[PATCH] klibc: default initramfs content stored in usr/initramfs.default
...--git a/scripts/gen_initramfs_list.sh b/scripts/gen_initramfs_list.sh index a609970..b1ebd64 100644 --- a/scripts/gen_initramfs_list.sh +++ b/scripts/gen_initramfs_list.sh @@ -15,7 +15,7 @@ set -e usage() { cat << EOF Usage: -$0 [-o <file>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ... +$0 [-o <file>] [-u <uid>] [-g <gid>] <cpio_source> ... -o <file> Create gzipped initramfs file named <file> using gen_init_cpio and gzip -u <uid> User ID to map to user ID 0 (root). @@ -27,7 +27,6 @@ Usage: <c...
2006 Jun 26
0
[klibc 08/43] klibc: default initramfs content stored in usr/initramfs.default
...--git a/scripts/gen_initramfs_list.sh b/scripts/gen_initramfs_list.sh index 331c079..624015c 100644 --- a/scripts/gen_initramfs_list.sh +++ b/scripts/gen_initramfs_list.sh @@ -15,7 +15,7 @@ set -e usage() { cat << EOF Usage: -$0 [-o <file>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ... +$0 [-o <file>] [-u <uid>] [-g <gid>] <cpio_source> ... -o <file> Create gzipped initramfs file named <file> using gen_init_cpio and gzip -u <uid> User ID to map to user ID 0 (root). @@ -27,7 +27,6 @@ Usage: <c...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: