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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/live') diff --git a/scripts/live b/scripts/live index 753fceb..5c6a82e 100755 --- a/scripts/live +++ b/scripts/live @@ -85,6 +85,17 @@ Arguments () set -x ;; + dhcp) + # Force dhcp even while netbooting + # Use for debugging in case somebody works on fixing dhclient + DHCP="Force"; + export DHCP + ;; + + nodhcp) + unset DHCP + ;; + ethdevice=*) DEVICE="${ARGUMENT#ethdevice=}" export DEVICE -- cgit v1.2.3