diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-06-04 05:04:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-06-04 05:04:15 +0000 |
commit | bb02ca960d3e93f883a6542856bdd443e67d38ea (patch) | |
tree | 8183c219e5806c0f99b45582d57f5d7457037aab /share/build-scripts | |
parent | Adding --name option in container-info manpage. (diff) | |
download | compute-tools-bb02ca960d3e93f883a6542856bdd443e67d38ea.tar.xz compute-tools-bb02ca960d3e93f883a6542856bdd443e67d38ea.zip |
Adding missing dhcp option in select question of the debconf build script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/build-scripts/debconf.d/0003-debconf.templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf.templates b/share/build-scripts/debconf.d/0003-debconf.templates index 73952a8..2172e67 100644 --- a/share/build-scripts/debconf.d/0003-debconf.templates +++ b/share/build-scripts/debconf.d/0003-debconf.templates @@ -173,7 +173,7 @@ Description: Ethernet post-down Command (IPv4)? Template: container/network1/ipv6-method Type: select -Choices: static, none +Choices: dhcp, static, none Default: Description: Ethernet Interface Method (IPv6)? What method should be used to configure the ethernet interface? |