From 762405f8bac3e19efe419aebf371be168aacf8cd Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Fri, 4 Jun 2010 09:24:28 +0200 Subject: Adding DHCP debugging option. --- scripts/live-bottom/23networking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/live-bottom') diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index d73f63b..871d8c0 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -71,7 +71,7 @@ EOF done else - if [ -z "${NETBOOT}" ] + if [ -z "${NETBOOT}" ] || [ -n "${DHCP}" ] then # default, dhcp assigned method="dhcp" -- cgit v1.2.3