X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=f5f4ad28a007cecd48dfcf2db404af56787ae465;hb=fa4e3b7531b58edc082487cba75f772121a21201;hp=3a6094f19b9181cabb9fab992e376d808403cacb;hpb=d197dfe7342a91c8c8a889a80323993705614377;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 3a6094f..f5f4ad2 100755 --- a/scripts/live +++ b/scripts/live @@ -88,12 +88,8 @@ Arguments () ethdevice=*) DEVICE="${ARGUMENT#ethdevice=}" - export DEVICE - ;; - - ethdevice=*) - ETHDEVICE="${ARGUMENT#ethdevice=}" - export ETHDEVICE + ETHDEVICE="${DEVICE}" + export DEVICE ETHDEVICE ;; ethdevice-timeout=*) @@ -1599,6 +1595,7 @@ find_livefs () fi done elif [ "${fstype}" = "squashfs" -o \ + "${fstype}" = "btrfs" -o \ "${fstype}" = "ext2" -o \ "${fstype}" = "ext3" -o \ "${fstype}" = "ext4" -o \