summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-04 21:58:14 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-04 21:58:14 -0400
commit7b4accd9cc07b7835f55e59db7ab638fe6628c0e (patch)
tree373b5e42e61898d4992de84ea142478e0ea29ff8 /etc/rc.firmware
parentd7816d1b8c35bf0c53323fef6dcc72eef33ea626 (diff)
downloadpfsense-7b4accd9cc07b7835f55e59db7ab638fe6628c0e.zip
pfsense-7b4accd9cc07b7835f55e59db7ab638fe6628c0e.tar.gz
Use 64k block size
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 35892f7..6b4d349 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -224,7 +224,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
+ echo "/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=64k" >> /conf/upgrade_log.txt
/usr/bin/gzcat $IMG | /bin/dd of=/dev/${TOFLASH} bs=64k >> /conf/upgrade_log.txt 2>&1
# Grab a after upgrade look at fdisk
OpenPOWER on IntegriCloud