/openbmc/linux/tools/bootconfig/ |
H A D | test-bootconfig.sh | 20 rm -f $INITRD $TEMPCONF $OUTFILE 45 xpass $BOOTCONF $INITRD 48 xpass $BOOTCONF -d $INITRD 57 new_size=$(stat -c %s $INITRD) 60 xpass $BOOTCONF $INITRD 75 xpass $BOOTCONF -d $INITRD 78 new_size=$(stat -c %s $INITRD) 120 echo > $INITRD 123 $BOOTCONF $INITRD > $OUTFILE 133 echo > $INITRD [all …]
|
/openbmc/linux/arch/alpha/boot/ |
H A D | Makefile | 29 ifdef INITRD 30 cat $(INITRD) >> $@ 37 ifdef INITRD 38 cat $(INITRD) >> $@ 52 ifdef INITRD 53 [ -f $(INITRD) ] || exit 1 62 ifdef INITRD 63 [ -f $(INITRD) ] || exit 1
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | bootconfig.conf | 6 INITRD := /boot/initramfs-test.img 16 ADD_BOOTCONFIG := ${SSH} "${BOOTCONFIG} -d ${INITRD} && ${BOOTCONFIG} -a /tmp/${BOOTCONFIG_FILE} ${… 24 CLEAR_BOOTCONFIG := ${SSH} "${BOOTCONFIG} -d ${INITRD}"
|
/openbmc/qemu/tests/migration/ |
H A D | initrd-stress.sh | 3 INITRD="$1" 10 (cd "$INITRD_DIR" && (find | cpio --quiet -o -H newc | gzip -9)) > "$INITRD"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | live-vm-common.bbclass | 10 vars = ['GRUB_CFG', 'SYSLINUX_CFG', 'ROOT', 'LABELS', 'INITRD'] 87 if [ -n "${INITRD}" ]; then 89 for fs in ${INITRD}
|
H A D | image-live.bbclass | 22 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional) 82 # Only create an ISO if we have an INITRD and the live or iso image type was selected 83 …if [ -z "${INITRD}" ] || [ "${@bb.utils.contains_any('IMAGE_FSTYPES', 'live iso', '1', '0', d)}" !… 87 # ${INITRD} is a list of multiple filesystem images 88 for fs in ${INITRD}
|
H A D | grub-efi-cfg.bbclass | 9 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional) 107 initrd = localdata.getVar('INITRD')
|
H A D | syslinux.bbclass | 8 # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional) 180 initrd = localdata.getVar('INITRD')
|
H A D | systemd-boot-cfg.bbclass | 64 initrd = localdata.getVar('INITRD')
|
H A D | uboot-extlinux-config.bbclass | 161 UBOOT_EXTLINUX_VARS = "CONSOLE MENU_DESCRIPTION ROOT KERNEL_IMAGE FDTDIR FDT KERNEL_ARGS INITRD"
|
H A D | image_types_wic.bbclass | 26 INITRD \
|
/openbmc/linux/arch/arm/boot/bootp/ |
H A D | initrd.S | 5 .incbin INITRD
|
H A D | Makefile | 40 (echo bootpImage: You must specify INITRD; exit -1)
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | microcode.rst | 61 INITRD="$1" 82 mv $INITRD $INITRD.orig 83 cat ucode.cpio $INITRD.orig > $INITRD
|
/openbmc/qemu/docs/system/ |
H A D | linuxboot.rst | 18 used to provide an INITRD image.
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/ |
H A D | kexecboot-cfg_0.2.bb | 32 # INITRD=/boot/initramfs.cpio.gz
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | physmem_info.h | 123 RR_TYPE_NAME(INITRD); in get_rr_type_name()
|
/openbmc/linux/scripts/package/ |
H A D | builddeb | 115 export INITRD=$(if_enabled_echo CONFIG_BLK_DEV_INITRD Yes No)
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | initrd.rst | 60 INITRD configuration variable. 193 LOADLIN C:\LINUX\BZIMAGE initrd=C:\LINUX\INITRD.GZ root=/dev/ram0 rw 195 With LILO, you add the option ``INITRD=<path>`` to either the global section
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | documentation.conf | 235 INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk …
|
/openbmc/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 106 ``KERNEL``, ``INITRD`` and ``APPEND`` (see the `Syslinux Config file syntax
|
/openbmc/u-boot/doc/ |
H A D | README.distro | 153 INITRD fedora-installer/initrd.img.orig
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 992 - :term:`INITRD`: Indicates list of filesystem images to 3070 - :term:`INITRD`: Indicates list of filesystem images to
|
H A D | variables.rst | 4294 :term:`INITRD` 4298 The :term:`INITRD` variable is an optional variable used with the
|