diff options
Diffstat (limited to 'make-boot-image.sh')
-rwxr-xr-x | make-boot-image.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make-boot-image.sh b/make-boot-image.sh index 515e2a2..10fa14a 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -490,6 +490,9 @@ machine_info() { } network_up() { + echo ip link set dev lo up + ip link set dev lo up + ip -oneline link | grep DOWN | cut -d: -f2 | grep -v sit | grep -v lo | while read iface do # BugFix Intel 217LM + WakeOnLan + dual-boot Windows 10 |