mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use same block size (64k) as builder scripts.
This commit is contained in:
parent
0e50dda6b0
commit
d7816d1b8c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user