diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:15:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:17:57 +0000 |
commit | a362312d90c16b2fe4b0ac436ac0e587bfb843e8 (patch) | |
tree | 6cbec1d3ece5935209edc4af25de76882fce608c /share/scripts/debconf.d/0003-debconf | |
parent | Updating list of container shortcut commands. (diff) | |
download | compute-tools-a362312d90c16b2fe4b0ac436ac0e587bfb843e8.tar.xz compute-tools-a362312d90c16b2fe4b0ac436ac0e587bfb843e8.zip |
Removing a few fixmes that are not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf.d/0003-debconf')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index d7a1e35..684261a 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -669,11 +669,6 @@ EOF Network_defaults () { - # FIXME: - # * use interfaces.d where possible - # * respect pre-existing interfaces (or interfaces.d) - # * add support for bridges (make interface configuration more generic?) - HOSTNAME_SHORT="$(echo veth-$(echo ${NAME} | cut -c-8)-0)" VETH_NAME="${HOSTNAME_SHORT}" |