From 40ee59671c335345aa3609824f8ffb57e716958f Mon Sep 17 00:00:00 2001 From: Elin Angelov Date: Thu, 17 Mar 2016 15:46:30 +0200 Subject: [PATCH] read only first 10 bytes only read only first 10 bytes only because if we put MC with 16Gb e should wait a lot head to finish --- image-extras/common/root/autoprovision-stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-extras/common/root/autoprovision-stage1.sh b/image-extras/common/root/autoprovision-stage1.sh index 2168cb3..865639e 100755 --- a/image-extras/common/root/autoprovision-stage1.sh +++ b/image-extras/common/root/autoprovision-stage1.sh @@ -10,7 +10,7 @@ getPendriveSize() # details: https://dev.openwrt.org/ticket/10716#comment:4 if [ -e /dev/sda ]; then # force re-read of the partition table - head /dev/sda >/dev/null + head -c 10 /dev/sda >/dev/null fi if (grep -q sda /proc/partitions) then