summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-12 19:01:52 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-12 19:11:24 +0000
commitd8801e48c0b4af5a90d83ef1e7d051f3b8cc18e9 (patch)
treee234c8c758b4ef2abb77e22b4d6ca8483e4d73de /share/scripts/debconf
parentCorrecting syntax error in container bash-completion. (diff)
downloadcompute-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 'share/scripts/debconf')
-rwxr-xr-xshare/scripts/debconf2
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