aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs-init.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index df704d5..d6f90a2 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -142,7 +142,7 @@ setup_inittab_console(){
}
# determine the default interface to use if ip=dhcp is set
-# uses the first "eth" interface.
+# uses the first "eth" interface with operstate 'up'.
ip_choose_if() {
for x in /sys/class/net/eth*; do
if grep -iq up $x/operstate;then