X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=components%2F9990-select-eth-device.sh;fp=components%2F9990-select-eth-device.sh;h=c8f36b05067109e7f051533d09831ecee4f80628;hb=7454aaeb7f49ee625a79088a5d31fb034d31c0ae;hp=09642c8d5463e118fc2b7606d115cf34bdef2073;hpb=ef866fdbab3cc24dab6aa56054f6779398bced2a;p=live-boot-grml.git diff --git a/components/9990-select-eth-device.sh b/components/9990-select-eth-device.sh index 09642c8..c8f36b0 100755 --- a/components/9990-select-eth-device.sh +++ b/components/9990-select-eth-device.sh @@ -91,7 +91,7 @@ Select_eth_device () 1) echo "Connected $interface found" # inform initrd's init script : - found_eth_dev="$interface" + found_eth_dev="$found_eth_dev $interface" ;; esac done