Log interface UPping
This commit is contained in:
parent
b7c3b8ba24
commit
1af860e06f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue