X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-select-eth-device.sh;h=b660a3d9d3605411159cdcef3aedc4d8e05676ee;hb=35b6ae0bceffa786cfe375c7b84383eb74ccf91e;hp=365d64b6b95098102845efc50394992b171ac59e;hpb=4e260c46192d5c6e67fd7b6775aaa2f07ea8301e;p=live-boot-grml.git diff --git a/components/9990-select-eth-device.sh b/components/9990-select-eth-device.sh index 365d64b..b660a3d 100755 --- a/components/9990-select-eth-device.sh +++ b/components/9990-select-eth-device.sh @@ -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