aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/bootless
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-16 16:03:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-16 16:03:12 -0300
commit2796dfabc22e9e8fa5410b7fabead24f93f81054 (patch)
tree49d27da365bf5b8decdb47c6927af8e9b97d950e /share/hydra/bootless
parentf8837600af1f058869eed3e2b028c4df6316c845 (diff)
downloadhydra-2796dfabc22e9e8fa5410b7fabead24f93f81054.tar.gz
hydra-2796dfabc22e9e8fa5410b7fabead24f93f81054.tar.bz2
Bootless: always use first partition
Diffstat (limited to 'share/hydra/bootless')
-rwxr-xr-xshare/hydra/bootless8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless
index 774f9fa..7f7de0f 100755
--- a/share/hydra/bootless
+++ b/share/hydra/bootless
@@ -76,14 +76,13 @@ EOF
echo -n "Target device: "
read device
else
- device=$1
+ usbdevice=$1
+ device="${usbdevice}1"
fi
if [ "$2" == "--rsync" ]; then
rsync="true"
fi
-
- usbdevice=`echo ${device} | sed -e s/[0-9]\$//g`
# Issue a warning
hydra_bootless_warning ${device}
@@ -170,7 +169,8 @@ function hydra_bootless_update {
echo -n "Target device: "
read device
else
- device=$1
+ usbdevice=$1
+ device="${usbdevice}1"
fi
# Target device consistency check