summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-04 21:56:25 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-04 21:56:25 -0400
commitd7816d1b8c35bf0c53323fef6dcc72eef33ea626 (patch)
treef7725301f56b68e546df1c3a9c7dcc73f0f5a45e /etc/rc.firmware
parent0e50dda6b0fa51847e45a4461f3bc14f9ec5aa1a (diff)
downloadpfsense-d7816d1b8c35bf0c53323fef6dcc72eef33ea626.zip
pfsense-d7816d1b8c35bf0c53323fef6dcc72eef33ea626.tar.gz
Use same block size (64k) as builder scripts.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 3f73d7f..35892f7 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -225,7 +225,7 @@ pfSenseNanoBSDupgrade)
# Stream gzipped image to dd and explode image to new area
echo "" >> /conf/upgrade_log.txt
echo "/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k" >> /conf/upgrade_log.txt
- /usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=16k >> /conf/upgrade_log.txt 2>&1
+ /usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=64k >> /conf/upgrade_log.txt 2>&1
# Grab a after upgrade look at fdisk
echo "" >> /conf/upgrade_log.txt
OpenPOWER on IntegriCloud