diff options
| author | torben | 2015-04-13 20:15:29 +0200 |
|---|---|---|
| committer | torben | 2015-04-13 20:15:29 +0200 |
| commit | 75abace71d151e3420e171496c50d2c6a3091163 (patch) | |
| tree | 492fe2d5a0ee7b96541c7c4389cf82f20baf9b36 /testModule/hooks/cmdline.sh | |
| parent | Code refactoring. (diff) | |
| download | systemd-init-75abace71d151e3420e171496c50d2c6a3091163.tar.gz systemd-init-75abace71d151e3420e171496c50d2c6a3091163.tar.xz systemd-init-75abace71d151e3420e171496c50d2c6a3091163.zip | |
Fix refactoring bugs.
Diffstat (limited to 'testModule/hooks/cmdline.sh')
| -rw-r--r-- | testModule/hooks/cmdline.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
