X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=components%2F9990-select-eth-device.sh;h=b660a3d9d3605411159cdcef3aedc4d8e05676ee;hb=6cee205c9b6c7eb9c48bf66bfdd75ab04e38308c;hp=8d7ef84e364bb4638fa11252d309f57562800f8d;hpb=e82ece9eb1d606a1479f02fd3ae4f46eb9bb0ded;p=live-boot-grml.git diff --git a/components/9990-select-eth-device.sh b/components/9990-select-eth-device.sh index 8d7ef84..b660a3d 100755 --- a/components/9990-select-eth-device.sh +++ b/components/9990-select-eth-device.sh @@ -121,6 +121,7 @@ Select_eth_device () echo "Connected $interface found" # inform initrd's init script : found_eth_dev="$found_eth_dev $interface" + found_eth_dev="$(echo $found_eth_dev | sed -e "s/^[[:space:]]*//g")" ;; esac done