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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A DMakefile128 FDINITRD = macro
130 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
141 if [ -f '$(FDINITRD)' ] ; then \
142 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
153 if [ -f '$(FDINITRD)' ] ; then \
154 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
164 if [ -f '$(FDINITRD)' ] ; then \
165 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
181 if [ -f '$(FDINITRD)' ] ; then \
182 cp '$(FDINITRD)'
[all...]

Completed in 42 milliseconds