summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-30 18:09:14 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-30 18:09:14 -0400
commit76f59429cd4415ec8937883c50f8883297da938a (patch)
tree5226940a4e2214077120f566727db65d15ab6aad /etc/rc
parent202e53791422008954d706fc6f58a446e4eba952 (diff)
downloadpfsense-76f59429cd4415ec8937883c50f8883297da938a.zip
pfsense-76f59429cd4415ec8937883c50f8883297da938a.tar.gz
Setup the host GUID which is required for ZFS
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 060794b..0c9acd1 100755
--- a/etc/rc
+++ b/etc/rc
@@ -306,6 +306,9 @@ if [ -f "/tmp/donotbootup" ]; then
exit 0
fi
+# Setup the hostid which is required for ZFS
+/etc/rc.d/hostid start
+
echo -n "Starting CRON... "
cd /tmp && /usr/sbin/cron -s 2>/dev/null
echo "done."
OpenPOWER on IntegriCloud