From df5ffcf66080b19b0aaf63e61a7a178515e4f515 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 26 Jun 2009 15:21:14 -0400 Subject: When running fsck_ffs to check the validity of the upgrade, check ${TOFLASH}a --- etc/rc.firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.firmware') diff --git a/etc/rc.firmware b/etc/rc.firmware index 69d95d3..9c88386 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -196,7 +196,7 @@ pfSenseNanoBSDupgrade) #>/dev/null 2>&1 # Ensure that our new system is sound and bail if it is not and file a notice - /sbin/fsck_ffs -n /dev/${TOFLASH} + /sbin/fsck_ffs -n /dev/${TOFLASH}a if [ $? != 0 ]; then /usr/local/bin/php -q -d auto_prepend_file=config.inc <