Log interface UPping

This commit is contained in:
fnux 2020-01-23 15:30:49 +01:00
parent b7c3b8ba24
commit 1af860e06f
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ grow_root_partition () {
up_network_interfaces () {
interfaces=$(ip -o link | cut -d: -f2 | grep -v '^ lo')
for i in $interfaces; do
echo "Setting $i UP."
ip link set dev "$i" up
done
}