X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=5c6a82e7ffebd87720ee6b28d2be7e855ff5d63b;hb=762405f8bac3e19efe419aebf371be168aacf8cd;hp=753fceb9461f87fbc421b6fc8fa0a149546ee218;hpb=a2b39cca5a3e08d50f260ea985a1cd53625c45cd;p=live-boot-grml.git 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