diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-12 19:01:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-12 19:11:24 +0000 |
commit | d8801e48c0b4af5a90d83ef1e7d051f3b8cc18e9 (patch) | |
tree | e234c8c758b4ef2abb77e22b4d6ca8483e4d73de /share | |
parent | Correcting syntax error in container bash-completion. (diff) | |
download | compute-tools-d8801e48c0b4af5a90d83ef1e7d051f3b8cc18e9.tar.xz compute-tools-d8801e48c0b4af5a90d83ef1e7d051f3b8cc18e9.zip |
Correcting typo when disabling IPv6 RA in debconf container create script, thanks to Simon Spöhel <simon@spoehel.ch>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 1aeaf67..0a05935 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -827,7 +827,7 @@ EOF cat >> "${DIRECTORY}/etc/systemd/network/eno${NUMBER}.network" << EOF DHCP=no -Ipv6AcceptRA=no +IPv6AcceptRA=no Address=${IPV6_ADDRESS}/${IPV6_NETMASK} EOF |