Home
last modified time | relevance | path

Searched refs:FDINITRD (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/boot/
Dgenimage.sh43 FDINITRD=$6
53 if [ -f "$FDINITRD" ] ; then
54 mcopy "$FDINITRD" a:initrd.img
65 if [ -f "$FDINITRD" ] ; then
66 mcopy "$FDINITRD" v:initrd.img
77 if [ -f "$FDINITRD" ] ; then
78 mcopy "$FDINITRD" w:initrd.img
114 if [ -f "$FDINITRD" ] ; then
115 cp "$FDINITRD" $tmp_dir/initrd.img
DMakefile119 FDINITRD = macro
121 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
128 $(obj)/mtools.conf '$(image_cmdline)' $(FDINITRD)