blob: 022394d46df403a0d4e1b0cd64c63ede3b38aafc (
plain)
1
2
3
4
5
6
7
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"
|