X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-select-eth-device.sh;h=7d1aa163282e002b68ebb7b9956a3b34fce2e3ec;hb=f788126730ccd13eeef5a7a97796e001cfc6bb50;hp=14fa4ef9c8b2546376010776008219a91d899749;hpb=1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf;p=live-boot-grml.git diff --git a/scripts/boot/9990-select-eth-device.sh b/scripts/boot/9990-select-eth-device.sh index 14fa4ef..7d1aa16 100755 --- a/scripts/boot/9990-select-eth-device.sh +++ b/scripts/boot/9990-select-eth-device.sh @@ -6,7 +6,7 @@ Select_eth_device () bootconf=$(egrep '^BOOT=' /conf/initramfs.conf | tail -1) # can be superseded by command line (used by Debian-Live's netboot for example) - for ARGUMENT in ${_CMDLINE} + for ARGUMENT in ${LIVE_BOOT_CMDLINE} do case "${ARGUMENT}" in netboot=*) @@ -46,7 +46,7 @@ Select_eth_device () fi # If user force to use specific device, write it - for ARGUMENT in ${_CMDLINE} + for ARGUMENT in ${LIVE_BOOT_CMDLINE} do case "${ARGUMENT}" in live-netdev=*)