V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-14 13:37:54 +01:00
parent 2dbdff7570
commit 75ff61e256
4 changed files with 26 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ EOF
cat << EOF >> "${TARGET}/etc/network/interfaces"
# The primary network interface: IPv4 via DHCP
allow-hotplug ${VAR_FINAL_NIC}
auto ${VAR_FINAL_NIC}
iface ${VAR_FINAL_NIC} inet dhcp
EOF
@@ -107,7 +107,7 @@ EOF
cat << EOF >> "${TARGET}/etc/network/interfaces"
# The primary network interface: IPv4 via DHCP
allow-hotplug ${VAR_FINAL_NIC}
auto ${VAR_FINAL_NIC}
iface ${VAR_FINAL_NIC} inet dhcp
EOF
@@ -119,7 +119,7 @@ EOF
cat << EOF >> "${TARGET}/etc/network/interfaces"
# The primary network interface: IPv4 via static IP
allow-hotplug ${VAR_FINAL_NIC}
auto ${VAR_FINAL_NIC}
iface ${VAR_FINAL_NIC} inet static
address ${VAR_FINAL_IPV4}
netmask ${VAR_FINAL_IPV4_SUBNET}
@@ -168,6 +168,9 @@ EOF
insert_header "${TARGET}/etc/dhcpcd.conf"
insert_comments "${TARGET}/etc/dhcpcd.conf"
cat << 'EOF' >> "${TARGET}/etc/dhcpcd.conf"
### Global IPv6 Options
noipv6rs
### No Global APIPA-Fallback.
noipv4ll