From 8cf2345b74e793100ec7126a1e98a68f5f14fdbf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 8 May 2024 01:12:50 +0200 Subject: add raspi5 test host and fix raspios image network config --- roles/installer/raspios/image/templates/firstrun.sh.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/installer/raspios/image') diff --git a/roles/installer/raspios/image/templates/firstrun.sh.j2 b/roles/installer/raspios/image/templates/firstrun.sh.j2 index bc35b764..318b17dd 100644 --- a/roles/installer/raspios/image/templates/firstrun.sh.j2 +++ b/roles/installer/raspios/image/templates/firstrun.sh.j2 @@ -48,8 +48,8 @@ auto {{ network.primary.name }} iface {{ network.primary.name }} inet dhcp {% else %} iface {{ network.primary.name }} inet static - up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/accept_ra - up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf + up echo 0 > /proc/sys/net/ipv6/conf/\$IFACE/accept_ra + up echo 0 > /proc/sys/net/ipv6/conf/\$IFACE/autoconf address {{ network.primary.address | ansible.utils.ipaddr('address') }} netmask {{ network.primary.address | ansible.utils.ipaddr('netmask') }} gateway {{ network.primary.gateway }} -- cgit v1.2.3