diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-09 00:30:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-09 00:30:11 +0000 |
commit | 969017439e7e97722227161ab97e1cf75145a0ed (patch) | |
tree | ec5d12e85827fae7a5fd81e8e7fcad3c7751113d /tmp | |
parent | 44abced6285f027d06c22de6dc885dcd2e0d65b6 (diff) | |
download | pfsense-969017439e7e97722227161ab97e1cf75145a0ed.zip pfsense-969017439e7e97722227161ab97e1cf75145a0ed.tar.gz |
Ensure we are mount rw
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/pre_upgrade_command | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmp/pre_upgrade_command b/tmp/pre_upgrade_command index 3a4aa6b..2e6b043 100644 --- a/tmp/pre_upgrade_command +++ b/tmp/pre_upgrade_command @@ -1,5 +1,7 @@ #!/bin/sh +/etc/rc.conf_mount_rw + # Record the previous version PRIOR_VERSION=`uname -r | cut -d'.' -f1` echo $PRIOR_VERSION > /tmp/pre_upgrade_version |