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

/linux-4.1.27/arch/x86/boot/
H A DMakefile118 FDINITRD = macro
120 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
131 if [ -f '$(FDINITRD)' ] ; then \
132 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
143 if [ -f '$(FDINITRD)' ] ; then \
144 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
154 if [ -f '$(FDINITRD)' ] ; then \
155 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
174 if [ -f '$(FDINITRD)' ] ; then \
175 cp '$(FDINITRD)' $(obj)/isoimage/initrd.img ; \
/linux-4.1.27/arch/x86/
H A DMakefile265 echo ' FDINITRD=file initrd for the booted kernel'

Completed in 82 milliseconds