blob: 4696f6b0283f02a25c04f1b1ea727961076ef91d (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
# 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
echo "no additional network setup needed"
|