From: Zoltán Felleg Date: Fri, 1 Dec 2023 19:38:49 +0000 (+0100) Subject: Updated fds.in (re-added its ipv6 address). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=cd0f5d1f7dad228fdf3af3a2484ded7438ad93fc;p=user-lxc.git Updated fds.in (re-added its ipv6 address). --- diff --git a/sources/fds.in/c3d/firstboot/data/USERS.txt b/sources/fds.in/c3d/firstboot/data/USERS.txt index 23124f5..1ed07b0 100644 --- a/sources/fds.in/c3d/firstboot/data/USERS.txt +++ b/sources/fds.in/c3d/firstboot/data/USERS.txt @@ -2,7 +2,6 @@ 10000, akosztolanyi, Árpád, Kosztolányi, arpad.kosztolanyi@userrendszerhaz.hu, +36 20 583 7539 10000, csgulyas, Csaba, Gulyás, csaba.gulyas@userrendszerhaz.hu, +36 30 374 4065 10000, cslevai, Csilla, Lévai, csilla.levai@userrendszerhaz.hu, +36 30 280 8517 -10000, dhorvath, Dénes, Horváth, denes.horvath@userrendszerhaz.hu, +36 30 971 8563 10000, dvasary, Dániel, Vásáry, daniel.vasary@userrendszerhaz.hu, +36 30 515 9417 10000, fritter, Ferenc, Ritter, ferenc.ritter@userrendszerhaz.hu, +36 20 937 8022 10000, fschnell, Ferenc, Schnellbach, ferenc.schnellbach@userrendszerhaz.hu, +36 30 950 2529 diff --git a/sources/fds.in/c3d/firstboot/scripts/01_setupnetworking.sh b/sources/fds.in/c3d/firstboot/scripts/01_setupnetworking.sh index f0a6f95..1182701 100755 --- a/sources/fds.in/c3d/firstboot/scripts/01_setupnetworking.sh +++ b/sources/fds.in/c3d/firstboot/scripts/01_setupnetworking.sh @@ -62,11 +62,6 @@ CONNECTION_DEVICE=$(echo $CONNECTION_LINE | cut -f 4 -d ':') nmcli connection delete uuid "$CONNECTION_UUID" -# ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d53/64" \ -# ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \ -# ipv6.dns-search "in.useribm.hu" \ -# ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \ -# ipv6.method "manual" \ nmcli connection add \ connection.autoconnect yes \ connection.id internal \ @@ -77,7 +72,11 @@ nmcli connection add \ ipv4.dns-search "in.useribm.hu" \ ipv4.gateway "10.228.109.254" \ ipv4.method "manual" \ - ipv6.method "disabled" \ + ipv6.addresses "2001:1aa1:000a:7dae:000c:18ff:fe03:6d93/64" \ + ipv6.dns "2001:1aa1:000a:7dae:000c:18ff:fe03:5c9f, 2001:1aa1:000a:7dae:000c:18ff:fe03:6d9f" \ + ipv6.dns-search "in.useribm.hu" \ + ipv6.gateway "2001:1aa1:000a:7dae:000c:18ff:fe03:6dfe" \ + ipv6.method "manual" \ save yes nmcli connection show diff --git a/sources/fds.in/c3d/firstboot/scripts/90_setupservices.sh b/sources/fds.in/c3d/firstboot/scripts/90_setupservices.sh index 91d07a1..ed031da 100755 --- a/sources/fds.in/c3d/firstboot/scripts/90_setupservices.sh +++ b/sources/fds.in/c3d/firstboot/scripts/90_setupservices.sh @@ -1,6 +1,8 @@ #!/bin/sh +systemctl enable crond.service +systemctl start crond.service systemctl enable NetworkManager-wait-online.service systemctl start NetworkManager-wait-online.service diff --git a/sources/fds.in/c3d/postinstall/scripts/10_setupservices.sh b/sources/fds.in/c3d/postinstall/scripts/10_setupservices.sh index 14dc7d6..758309a 100755 --- a/sources/fds.in/c3d/postinstall/scripts/10_setupservices.sh +++ b/sources/fds.in/c3d/postinstall/scripts/10_setupservices.sh @@ -1,6 +1,7 @@ #!/bin/sh +systemctl disable crond.service systemctl disable NetworkManager-wait-online.service systemctl disable cockpit.socket