linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* dhcp, linuxppc and remote /usr
@ 1999-06-21 15:42 David Hoover
  1999-06-21 17:08 ` David De Ridder
  0 siblings, 1 reply; 2+ messages in thread
From: David Hoover @ 1999-06-21 15:42 UTC (permalink / raw)
  To: linuxppc-dev


Hi,

It is generally desirable for a machine to be able to do it's basic
startup sequence even if /usr is not mounted yet (if for example it's
on a remote NFS server).  This is not the case with LinuxPPC when using
DHCP to get network parameters.

Briefly, DHCP booting does not work if /usr is mounted on a remote
server.  This is simply because /etc/rc.d/rc3.d/S10network uses the
'xargs' command (which is in /usr/bin instead of /bin).

(if you are wondering why somebody would do this, the idea is to
create a generic ZIP disk that can be used on any machine to start
up a full LinuxPPC session.  DHCP is used so that it's not
necessary to hardwire net addresses onto the boot disk).

I believe that either xargs should not be used in startup scripts, or
xargs should be in /bin by default.  After making this change, bootup
proceeds perfectly).

Just thought somebody might like to know this.

I'm not on this list--so please reply to me personally if you have
a comment.

Dave.

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-06-21 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-21 15:42 dhcp, linuxppc and remote /usr David Hoover
1999-06-21 17:08 ` David De Ridder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).