From c126b54875edf36eb53b832863debbc0d1c5b1bc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 10 Sep 2009 18:50:55 -0400 Subject: Add 1 meg to on size disk image --- etc/rc.firmware | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.firmware b/etc/rc.firmware index 5790620..59c3182 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -197,6 +197,7 @@ pfSenseNanoBSDupgrade) # slice that we are going to be operating on. NEW_IMG_SIZE=`echo $((\`gzip -l ${IMG} | grep -v compressed | awk '{ print $2}'\` / 1024 / 1024))` SIZE=`/sbin/fdisk ${COMPLETE_PATH} | /usr/bin/grep Meg | /usr/bin/awk '{ print $5 }' | /usr/bin/cut -d"(" -f2` + SIZE=`expr $SIZE + 1` if [ "$SIZE" -lt "$NEW_IMG_SIZE" ]; then file_notice "UpgradeFailure" "Upgrade failed due to the upgrade image being larger than the partition that is configured on disk. Halting. Size on disk: $SIZE < Size of new image: $NEW_IMG_SIZE" rm -f /var/run/firmwarelock.dirty -- cgit v1.1