Remove ifupdown leftovers in the code

This commit is contained in:
Igor Pecovnik
2024-06-20 13:11:18 +02:00
committed by Igor
parent 56267aa0ad
commit a65cf4d9bb
6 changed files with 1 additions and 18 deletions

View File

@@ -25,7 +25,6 @@ hdparm
htop
html2text
i2c-tools
ifenslave
iotop
iperf3
iptables

View File

@@ -23,7 +23,6 @@ hdparm
htop
html2text
i2c-tools
ifenslave
iotop
iperf3
iptables

View File

@@ -23,7 +23,6 @@ hdparm
htop
html2text
i2c-tools
ifenslave
iotop
iperf3
iptables

View File

@@ -23,7 +23,6 @@ hdparm
htop
html2text
i2c-tools
ifenslave
iotop
iperf3
iptables

View File

@@ -1,13 +0,0 @@
#
# Extension for ifupdown2
#
function add_host_dependencies__install_ifupdown2() {
display_alert "Adding Netplan to systemd-networkd" "systemd-timesyncd" "info"
add_packages_to_rootfs ifupdown2 iproute2 bridge-utils vlan
}
function pre_install_kernel_debs__configure_systemd_networkd()
{
display_alert "${EXTENSION}: enabling ifupdown2" "" "info"
}

View File

@@ -84,7 +84,7 @@ log_hardware_info() {
echo -e "\n### ip addr:\n" >>${Log}
/sbin/ip r s >>${Log} ; /sbin/ip a >>${Log}
echo " " >>${Log}
else
elif [ -x /sbin/ifconfig ]; then
echo -e "\n### ifconfig:\n" >>${Log}
ifconfig >>${Log}
fi