diff options
| author | torben | 2015-04-02 16:00:56 +0200 |
|---|---|---|
| committer | torben | 2015-04-02 16:00:56 +0200 |
| commit | 0dfa3a78311376dd83811b016590343dad16ce65 (patch) | |
| tree | a726c3c6ead95bf9c47a5a61a20b6a1e3238c169 /testModule/parse-ip.sh | |
| parent | Configure network. (diff) | |
| download | systemd-init-0dfa3a78311376dd83811b016590343dad16ce65.tar.gz systemd-init-0dfa3a78311376dd83811b016590343dad16ce65.tar.xz systemd-init-0dfa3a78311376dd83811b016590343dad16ce65.zip | |
Remove old approach to get internet. Adding command line parsing for
kernel parameter ip.
Diffstat (limited to 'testModule/parse-ip.sh')
| -rw-r--r-- | testModule/parse-ip.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testModule/parse-ip.sh b/testModule/parse-ip.sh new file mode 100644 index 00000000..07f61d50 --- /dev/null +++ b/testModule/parse-ip.sh @@ -0,0 +1,3 @@ +for parameter in $(getargs ip=); do + COMMAND_LINE_IP="$parameter" +done |
