Merge branch 'revert-ef866fdb' into 'master'
[live-boot-grml.git] / components / 9990-select-eth-device.sh
index 365d64b..b660a3d 100755 (executable)
@@ -120,7 +120,8 @@ Select_eth_device ()
                                        1)
                                                echo "Connected $interface found"
                                                # inform initrd's init script :
-                                               found_eth_dev="$interface"
+                                               found_eth_dev="$found_eth_dev $interface"
+                                               found_eth_dev="$(echo $found_eth_dev | sed -e "s/^[[:space:]]*//g")"
                                                ;;
                                esac
                        done