Browse Source

NFS empty path becomes "/tftpboot/%s" only if root=/dev/nfs legacy mode

master
Warren Togami 16 years ago
parent
commit
6da2ee08a6
  1. 5
      modules.d/95nfs/nfsroot

5
modules.d/95nfs/nfsroot

@ -79,9 +79,8 @@ root_to_var $root
#already takes care of nfs:... formatted root-path #already takes care of nfs:... formatted root-path
[ -z "$path" ] && root_to_var $nfs:$new_root_path [ -z "$path" ] && root_to_var $nfs:$new_root_path


#Empty path defaults to "/tftpboot/%s" #Empty path defaults to "/tftpboot/%s" only in nfsroot.txt legacy mode
# FIXME: This should happen only in nfsroot.txt legacy mode [ -z "$path" ] && [ "$(getarg root=)" = "/dev/nfs" ] && path="/tftpboot/%s"
[ -z "$path" ] && path="/tftpboot/%s"


if [ -z "$server" ] ; then if [ -z "$server" ] ; then
# XXX new_dhcp_next_server is unconfirmed this is an assumption # XXX new_dhcp_next_server is unconfirmed this is an assumption

Loading…
Cancel
Save