From d8801e48c0b4af5a90d83ef1e7d051f3b8cc18e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 Apr 2019 21:01:52 +0200 Subject: =?UTF-8?q?Correcting=20typo=20when=20disabling=20IPv6=20RA=20in?= =?UTF-8?q?=20debconf=20container=20create=20script,=20thanks=20to=20Simon?= =?UTF-8?q?=20Sp=C3=B6hel=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Baumann --- share/scripts/debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/debconf') 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 -- cgit v1.2.3