mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [PATCH] new_dhcp_next_server is really new_next_server
@ 2014-02-04 17:11 Brian C. Lane
  0 siblings, 0 replies; 4+ messages in thread
From: Brian C. Lane @ 2014-02-04 17:11 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

The variable that dhclient sets doesn't have dhcp in the name. This
could cause problems with setups where the server is not the same as the
dhcp server.
---
 modules.d/95nfs/nfs-lib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/95nfs/nfs-lib.sh b/modules.d/95nfs/nfs-lib.sh
index f5fc56d..9ced2e6 100755
--- a/modules.d/95nfs/nfs-lib.sh
+++ b/modules.d/95nfs/nfs-lib.sh
@@ -97,7 +97,7 @@ nfsroot_from_dhcp() {
     [ -z "$path" ] && [ "$(getarg root=)" == "/dev/nfs" ] && path=/tftpboot/%s
     [ -z "$server" ] && server=$srv
     [ -z "$server" ] && server=$new_dhcp_server_identifier
-    [ -z "$server" ] && server=$new_dhcp_next_server
+    [ -z "$server" ] && server=$new_next_server
     [ -z "$server" ] && server=${new_root_path%%:*}
 }
 
-- 
1.8.4.2

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

* [PATCH] new_dhcp_next_server is really new_next_server
@ 2014-02-05 20:10 Brian C. Lane
       [not found] ` <1391631039-29864-1-git-send-email-bcl-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Brian C. Lane @ 2014-02-05 20:10 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

The variable that dhclient sets doesn't have dhcp in the name. This
could cause problems with setups where the server is not the same as the
dhcp server.
---
 modules.d/95nfs/nfs-lib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/95nfs/nfs-lib.sh b/modules.d/95nfs/nfs-lib.sh
index f5fc56d..9ced2e6 100755
--- a/modules.d/95nfs/nfs-lib.sh
+++ b/modules.d/95nfs/nfs-lib.sh
@@ -97,7 +97,7 @@ nfsroot_from_dhcp() {
     [ -z "$path" ] && [ "$(getarg root=)" == "/dev/nfs" ] && path=/tftpboot/%s
     [ -z "$server" ] && server=$srv
     [ -z "$server" ] && server=$new_dhcp_server_identifier
-    [ -z "$server" ] && server=$new_dhcp_next_server
+    [ -z "$server" ] && server=$new_next_server
     [ -z "$server" ] && server=${new_root_path%%:*}
 }
 
-- 
1.8.4.2

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

* [PATCH] new_dhcp_next_server is really new_next_server
@ 2014-02-06 13:52 Brian C. Lane
  0 siblings, 0 replies; 4+ messages in thread
From: Brian C. Lane @ 2014-02-06 13:52 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

The variable that dhclient sets doesn't have dhcp in the name. This
could cause problems with setups where the server is not the same as the
dhcp server.
---
 modules.d/95nfs/nfs-lib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/95nfs/nfs-lib.sh b/modules.d/95nfs/nfs-lib.sh
index f5fc56d..9ced2e6 100755
--- a/modules.d/95nfs/nfs-lib.sh
+++ b/modules.d/95nfs/nfs-lib.sh
@@ -97,7 +97,7 @@ nfsroot_from_dhcp() {
     [ -z "$path" ] && [ "$(getarg root=)" == "/dev/nfs" ] && path=/tftpboot/%s
     [ -z "$server" ] && server=$srv
     [ -z "$server" ] && server=$new_dhcp_server_identifier
-    [ -z "$server" ] && server=$new_dhcp_next_server
+    [ -z "$server" ] && server=$new_next_server
     [ -z "$server" ] && server=${new_root_path%%:*}
 }
 
-- 
1.8.4.2

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

* Re: [PATCH] new_dhcp_next_server is really new_next_server
       [not found] ` <1391631039-29864-1-git-send-email-bcl-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2014-02-07 17:45   ` Harald Hoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Harald Hoyer @ 2014-02-07 17:45 UTC (permalink / raw)
  To: Brian C. Lane, initramfs-u79uwXL29TY76Z2rM5mHXA

On 02/05/2014 09:10 PM, Brian C. Lane wrote:
> The variable that dhclient sets doesn't have dhcp in the name. This
> could cause problems with setups where the server is not the same as the
> dhcp server.
> ---
>  modules.d/95nfs/nfs-lib.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules.d/95nfs/nfs-lib.sh b/modules.d/95nfs/nfs-lib.sh
> index f5fc56d..9ced2e6 100755
> --- a/modules.d/95nfs/nfs-lib.sh
> +++ b/modules.d/95nfs/nfs-lib.sh
> @@ -97,7 +97,7 @@ nfsroot_from_dhcp() {
>      [ -z "$path" ] && [ "$(getarg root=)" == "/dev/nfs" ] && path=/tftpboot/%s
>      [ -z "$server" ] && server=$srv
>      [ -z "$server" ] && server=$new_dhcp_server_identifier
> -    [ -z "$server" ] && server=$new_dhcp_next_server
> +    [ -z "$server" ] && server=$new_next_server
>      [ -z "$server" ] && server=${new_root_path%%:*}
>  }
>  
> 

Thanks! Pushed.

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

end of thread, other threads:[~2014-02-07 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 20:10 [PATCH] new_dhcp_next_server is really new_next_server Brian C. Lane
     [not found] ` <1391631039-29864-1-git-send-email-bcl-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-02-07 17:45   ` Harald Hoyer
  -- strict thread matches above, loose matches on Subject: below --
2014-02-06 13:52 Brian C. Lane
2014-02-04 17:11 Brian C. Lane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox