All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Scholz <steven.scholz@imc-berlin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] patch to add autoload via NFS
Date: Wed, 25 Feb 2004 15:34:25 +0100	[thread overview]
Message-ID: <403CB271.2030106@imc-berlin.de> (raw)
In-Reply-To: <403CB0C5.1010204@sonare.it>

>>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 ?

The idea is already in your mail: Use the existing environment 
variable autoload like

autoload=n	-> no autoload
autoload=y	-> tftp (for historical reasons)
autoload=tftp	-> use tftp
autoload=nfs	-> use NFS

How about that?

-- 
Steven Scholz

imc Measurement & Control               imc Me?systeme GmbH
Voltastr. 5                             Voltastr. 5
13355 Berlin                            13355 Berlin
Germany                                 Deutschland

  reply	other threads:[~2004-02-25 14:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-25 13:08 [U-Boot-Users] patch to add autoload via NFS Masami Komiya
2004-02-25 13:29 ` Steven Scholz
2004-02-25 14:27   ` Masami Komiya
2004-02-25 14:34     ` Steven Scholz [this message]
2004-02-25 15:54       ` Masami Komiya
2004-02-26  4:11       ` Masami Komiya
2004-02-26  9:34         ` Wolfgang Denk
2004-02-26 11:51           ` Masami Komiya
2004-02-27  0:24         ` Wolfgang Denk
2004-02-26  9:33       ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=403CB271.2030106@imc-berlin.de \
    --to=steven.scholz@imc-berlin.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.