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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/
H A DMakefile65 FDINITRD = macro
67 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
78 if [ -f '$(FDINITRD)' ] ; then \
79 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
90 if [ -f '$(FDINITRD)' ] ; then \
91 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
101 if [ -f '$(FDINITRD)' ] ; then \
102 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
118 if [ -f '$(FDINITRD)' ] ; then \
119 cp '$(FDINITRD)'
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A DMakefile67 FDINITRD = macro
69 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
80 if [ -f '$(FDINITRD)' ] ; then \
81 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
92 if [ -f '$(FDINITRD)' ] ; then \
93 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
103 if [ -f '$(FDINITRD)' ] ; then \
104 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
120 if [ -f '$(FDINITRD)' ] ; then \
121 cp '$(FDINITRD)'
[all...]

Completed in 90 milliseconds