diff --git a/image-extras/common/root/autoprovision-stage1.sh b/image-extras/common/root/autoprovision-stage1.sh index 865639e..718f253 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 -c 10 /dev/sda >/dev/null + head -c 1024 /dev/sda >/dev/null fi if (grep -q sda /proc/partitions) then