From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Komiya Date: Wed, 25 Feb 2004 23:27:17 +0900 Subject: [U-Boot-Users] patch to add autoload via NFS References: <403C9E50.6000402@sonare.it> <403CA323.7010109@imc-berlin.de> Message-ID: <403CB0C5.1010204@sonare.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Steven Scholz wrote: > Masami Komiya wrote: > >>The patch to add autoload via NFS after bootp or dhcp. >> >>If you want to use, please define CONFIG_AUTOLOAD_VIA_NFS >>in your configuration file. >> >>What do you think about this patch ? (although I don't need >>autoload so much.) > > Hmm. If you do it this way you can't have autoload enabled for both > NFS and TFTP! Is that a good thing? I want to enable the both. But I didn't have the idea how to decide the protocol TFTP or NFS. > Is there a way the DHCP server can tell the client how to load the > file? I.e. to use tftp or nfs or something else? So you can decide > based answer from the DHCP server how to load it... I can't find out the such keyword in the manual of dhcpd.conf. Otherwise, to use the new environment variable like "autoload-nfs" or "autoload-protocol" to decide the protocol. Does anyone have the idea ? Best regards. Masami Komiya @ Tokyo.JP