summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-31 21:25:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-31 21:25:29 +0000
commit2abc3c888de14816cd25836fc3c0be857b6637ce (patch)
tree12f1370f9de7740ffdb36ed08f0e001140d273da /etc/rc.firmware
parent37c39d368a7bf3fd3140014bc2b0f4c936be458e (diff)
downloadpfsense-2abc3c888de14816cd25836fc3c0be857b6637ce.zip
pfsense-2abc3c888de14816cd25836fc3c0be857b6637ce.tar.gz
call sync before umounting
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 56b0ca3..9331723 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -176,6 +176,7 @@ pfSenseupgrade)
rm -f /var/run/firmware.lock
# remount /cf ro
+ /bin/sync
/etc/rc.conf_mount_rw
/sbin/umount -f /cf 2>/dev/null
/sbin/mount -r /cf 2>/dev/null
OpenPOWER on IntegriCloud