From 7aa216d6b5c62a6a74ad41e3f7f8c6adb11cf4de Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Nov 2008 00:30:06 +0000 Subject: Ensure we are mount rw --- tmp/pre_upgrade_command | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmp') 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 -- cgit v1.1