diff options
author | Georg Kunz <georg.kunz@est.tech> | 2020-08-02 22:27:32 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@est.tech> | 2020-08-11 22:16:00 +0200 |
commit | b31d0b89b0a3f74893e9a31da3d26dab0d7e449c (patch) | |
tree | 1dd8fd1333a4a36cf25a541b1e9294cfca85b7ee /hw_config/ericsson-pod1/setup_network.sh | |
parent | e8ab660f578c1f9a3e5a61f45481b139986f1995 (diff) |
Adding pdf and idf for Ericsson pod 1
This adds the pod descriptor file and installer descriptor file
for Ericsson pod 1.
Signed-off-by: Georg Kunz <georg.kunz@est.tech>
Change-Id: Ie518f71a35b657ef4a7b17464cb8f0e4116a3771
Diffstat (limited to 'hw_config/ericsson-pod1/setup_network.sh')
-rwxr-xr-x | hw_config/ericsson-pod1/setup_network.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw_config/ericsson-pod1/setup_network.sh b/hw_config/ericsson-pod1/setup_network.sh new file mode 100755 index 0000000..022394d --- /dev/null +++ b/hw_config/ericsson-pod1/setup_network.sh @@ -0,0 +1,8 @@ +# Adapt this script according to your network setup +# TODO Get networking info from PDF & IDF +# TODO Add support in infra engine to update nameserver, etc +# files with correct info +#!/bin/bash + +echo "no additional network setup needed" + |