From 75abace71d151e3420e171496c50d2c6a3091163 Mon Sep 17 00:00:00 2001 From: torben Date: Mon, 13 Apr 2015 20:15:29 +0200 Subject: Fix refactoring bugs. --- testModule/hooks/cmdline.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testModule/hooks/cmdline.sh') diff --git a/testModule/hooks/cmdline.sh b/testModule/hooks/cmdline.sh index 5731242f..340467df 100644 --- a/testModule/hooks/cmdline.sh +++ b/testModule/hooks/cmdline.sh @@ -1,10 +1,6 @@ # Converts ip configuration format given by the pxe pre boot provider to a # dracut compatible static ip configuration. -# TODO -warn 'LOAD ...........................' -warn 'LOAD ...........................' - source /usr/lib/test-library.sh for parameter in $(getargs ip=); do @@ -23,7 +19,6 @@ for parameter in $(getargs ip=); do warn "PXE given net configuration: ip: $ip server_ip: $server_ip gateway_ip: $gateway_ip net_mask: $net_mask" local final_dracut_ip_config="$ip::$gateway_ip:$net_mask:dracut_test_client:enp0s3:none" warn "Final dracut ip config: $final_dracut_ip_config" - #final_dracut_ip_config="enp0s3:dhcp" replace_cmd ip "$final_dracut_ip_config" done -- cgit v1.2.3-55-g7522