Searched refs:initramfs (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/usr/
H A DMakefile2 # kbuild file for usr/ - including initramfs image
18 # Generate the initramfs cpio archive
21 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh macro
29 # in initramfs and to detect if any files are added/removed.
37 cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input)
40 # do not try to update files included in initramfs
50 $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.gz.d
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A DMakefile9 obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dvmlinux.lds.S106 .init.ramfs : { *(.init.initramfs) }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dgen_initramfs_list.sh7 # Generate a cpio packed initramfs. It uses gen_init_cpio to generate
19 -o <file> Create gzipped initramfs file named <file> using
29 as direct input to initramfs.
52 # This is a very simple, default initramfs
231 "-l") # files included in initramfs - used by kbuild
256 "-d") # display default initramfs list

Completed in 107 milliseconds