Searched refs:initramfs (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/usr/ |
H A D | Makefile | 2 # kbuild file for usr/ - including initramfs image 38 # Generate the initramfs cpio archive 41 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh macro 49 # in initramfs and to detect if any files are added/removed. 57 cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input) 63 # do not try to update files included in initramfs 73 $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.d
|
H A D | gen_init_cpio.c | 457 "describe the files to be included in the initramfs archive:\n" usage() 480 "# A simple initramfs\n" usage()
|
/linux-4.1.27/include/linux/decompress/ |
H A D | unxz.h | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
/linux-4.1.27/init/ |
H A D | Makefile | 9 obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
|
H A D | noinitramfs.c | 26 * Create a simple rootfs that is similar to the default initramfs
|
H A D | initramfs.c | 612 panic("%s", err); /* Failed to decompress INTERNAL initramfs */ populate_rootfs() 616 printk(KERN_INFO "Trying to unpack rootfs image as initramfs...\n"); populate_rootfs() 626 printk(KERN_INFO "rootfs image is not initramfs (%s)" populate_rootfs() 643 printk(KERN_INFO "Unpacking initramfs...\n"); populate_rootfs() 651 * Try loading default modules from initramfs. This gives populate_rootfs()
|
/linux-4.1.27/scripts/ |
H A D | gen_initramfs_list.sh | 7 # Generate a cpio packed initramfs. It uses gen_init_cpio to generate 19 -o <file> Create compressed initramfs file named <file> using 29 as direct input to initramfs. 52 # This is a very simple, default initramfs 233 "-l") # files included in initramfs - used by kbuild 277 "-d") # display default initramfs list
|
/linux-4.1.27/lib/ |
H A D | earlycpio.c | 20 * This is used to locate data items in the initramfs used by the 21 * kernel itself during early boot (before the main initramfs is 22 * decompressed.) It is the responsibility of the initramfs creator
|
H A D | decompress_inflate.c | 14 /* initramfs et al: linked */ 36 /* Included from initramfs et al code */ __gunzip()
|
H A D | decompress_unlz4.c | 2 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
|
H A D | decompress_unxz.c | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
/linux-4.1.27/include/uapi/linux/ |
H A D | kexec.h | 20 * KEXEC_FILE_NO_INITRAMFS : No initramfs is being loaded. Ignore the initrd
|
/linux-4.1.27/scripts/package/ |
H A D | builddeb | 176 # make-kpkg sets $INITRD to indicate whether an initramfs is wanted, and 177 # so do we; recent versions of dracut and initramfs-tools will obey this. 194 # Tell initramfs builder whether it's wanted
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | setup.c | 112 if (r5) { /* initramfs */ nios2_boot_init()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | setup.c | 1079 static char __initdata initramfs_file[128] = "initramfs"; 1093 * We look for a file called "initramfs" in the hvfs. If there is one, we 1094 * allocate some memory for it and it will be unpacked to the initramfs. 1103 /* If initrd has already been set, skip initramfs file in hvfs. */ load_hv_initrd() 1110 pr_warn("No such hvfs initramfs file '%s'\n", load_hv_initrd() 1115 fd = hv_fs_findfile((HV_VirtAddr)"initramfs.cpio.gz"); load_hv_initrd()
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
H A D | minotaur.c | 141 .name = "initramfs(spi)",
|
/linux-4.1.27/fs/ |
H A D | file_table.c | 250 * *do* need to make sure our writes to binaries on initramfs has
|
H A D | namespace.c | 2957 * See Documentation/filesystems/ramfs-rootfs-initramfs.txt for alternatives
|
/linux-4.1.27/include/linux/ |
H A D | xz.h | 161 * except for kernel and initramfs images where a bigger
|
/linux-4.1.27/include/asm-generic/ |
H A D | vmlinux.lds.h | 49 * Examples are: [__initramfs_start, __initramfs_end] for initramfs and
|
/linux-4.1.27/ |
H A D | Makefile | 864 # This shall be used by the dracut(8) tool while creating an initramfs image.
|
/linux-4.1.27/kernel/ |
H A D | kexec.c | 515 /* It is possible that there no initramfs is being loaded */ kimage_file_prepare_segments()
|
Completed in 900 milliseconds