search for: default_initramf

Displaying 6 results from an estimated 6 matches for "default_initramf".

Did you mean: default_initramfs
2006 Apr 15
1
[PATCH] klibc: fix gen_initramfs_init.sh when using -d
..._list.sh failed to generate a dependency list when it was supplied the -d option. Restructured gen_initramfs_list.sh to support dependency info with -d. This also fixes a bug where we did not properly process when more than one dir was specified. Finally update dependency info for the -d case (list_default_initramfs) In usr/Kbuild remove "" around CONFIG_RAMFS_SOURCE so the shell recognize two directories as two arguments. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- Patch made on top of linux/kernel/git/hpa/linux-2.6-klibc. Now I hope that this trivial thing is finally fixed... Sam...
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
...Output the default cpio list. + +All options except -o and -l may be repeated and are interpreted +sequentially and immediately. -u and -g states are preserved across +<cpio_source> options so an explicit "-u 0 -g 0" is required +to reset the root/group mapping. +EOF +} + +list_default_initramfs() { + # echo usr/kinit/kinit + : +} + +default_initramfs() { + cat <<-EOF >> ${output} + # This is a very simple, default initramfs + + dir /dev 0755 0 0 + nod /dev/console 0600 0 0 c 5 1 + dir /root 0700 0 0 + # file /kinit usr/kinit/kinit 0755 0 0 + # slink /init kinit 0755 0 0...
2006 Apr 17
0
[PATCH] klibc: default initramfs content stored in usr/initramfs.default
...e used as direct input to initramfs. - -d Output the default cpio list. All options except -o and -l may be repeated and are interpreted sequentially and immediately. -u and -g states are preserved across @@ -36,22 +35,6 @@ to reset the root/group mapping. EOF } -list_default_initramfs() { - echo usr/kinit/kinit \\ -} - -default_initramfs() { - cat <<-EOF >> ${output} - # This is a very simple, default initramfs - - dir dev 0755 0 0 - nod dev/console 0600 0 0 c 5 1 - dir root 0700 0 0 - file kinit usr/kinit/kinit 0755 0 0 - slink init kinit 0755 0 0 - EOF -} -...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...# Released under the terms of the GNU GPL # # Generate a newline separated list of entries from the file/directory # supplied as an argument. # # If a file/directory is not supplied then generate a small dummy file. # # The output is suitable for gen_init_cpio built from usr/gen_init_cpio.c. # list_default_initramfs() { echo usr/kinit/kinit } default_initramfs() { cat <<-EOF >> ${cpio_list} # This is a very simple, default initramfs dir /dev 0755 0 0 nod /dev/console 0600 0 0 c 5 1 dir /root 0700 0 0 # file /kinit usr/kinit/kinit 0755 0 0 # slink /init kinit 0755 0 0 file /init u...
2006 Jun 26
0
[klibc 08/43] klibc: default initramfs content stored in usr/initramfs.default
...e used as direct input to initramfs. - -d Output the default cpio list. All options except -o and -l may be repeated and are interpreted sequentially and immediately. -u and -g states are preserved across @@ -36,23 +35,6 @@ to reset the root/group mapping. EOF } -list_default_initramfs() { - # echo usr/kinit/kinit - : -} - -default_initramfs() { - cat <<-EOF >> ${output} - # This is a very simple, default initramfs - - dir /dev 0755 0 0 - nod /dev/console 0600 0 0 c 5 1 - dir /root 0700 0 0 - # file /kinit usr/kinit/kinit 0755 0 0 - # slink /init kinit 0755 0 0...
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: