mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove ifupdown leftovers in the code
This commit is contained in:
@@ -25,7 +25,6 @@ hdparm
|
||||
htop
|
||||
html2text
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
iptables
|
||||
|
||||
@@ -23,7 +23,6 @@ hdparm
|
||||
htop
|
||||
html2text
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
iptables
|
||||
|
||||
@@ -23,7 +23,6 @@ hdparm
|
||||
htop
|
||||
html2text
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
iptables
|
||||
|
||||
@@ -23,7 +23,6 @@ hdparm
|
||||
htop
|
||||
html2text
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
iptables
|
||||
|
||||
@@ -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"
|
||||
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user