From c41aa4a514b2de2b904e2168cc4483af4f6af1b1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 24 Jun 2009 21:04:47 -0400 Subject: [PATCH] Zap config.cache and ensure we reset g['booting'] so we can read-only --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc b/etc/rc index f5d5ea561d..4302302f5c 100755 --- a/etc/rc +++ b/etc/rc @@ -306,6 +306,9 @@ echo "Bootup complete" /usr/local/bin/beep.sh start 2>&1 >/dev/null +# Reset the cache. read-only requires this. +rm /tmp/config.cache + etc/rc.conf_mount_ro exit 0