summaryrefslogtreecommitdiffstats
path: root/tmp/pre_upgrade_command
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 00:30:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 00:30:06 +0000
commit7aa216d6b5c62a6a74ad41e3f7f8c6adb11cf4de (patch)
treed6339957bae428fa2aad89fa70405c12bdf802ea /tmp/pre_upgrade_command
parent3636a30092c820c778e49c90e97ca3d82f4ae25d (diff)
downloadpfsense-7aa216d6b5c62a6a74ad41e3f7f8c6adb11cf4de.zip
pfsense-7aa216d6b5c62a6a74ad41e3f7f8c6adb11cf4de.tar.gz
Ensure we are mount rw
Diffstat (limited to 'tmp/pre_upgrade_command')
-rw-r--r--tmp/pre_upgrade_command2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmp/pre_upgrade_command b/tmp/pre_upgrade_command
index 8f015ae..3eabc5f 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
OpenPOWER on IntegriCloud