diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-30 18:17:41 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-30 18:17:41 -0400 |
commit | 4aecfb7ac23ce41ff3750f5f3ae0a09d3dd18310 (patch) | |
tree | f5e8a1bd4219b7471b6a922898b7fa664dcddaff | |
parent | 76f59429cd4415ec8937883c50f8883297da938a (diff) | |
download | pfsense-4aecfb7ac23ce41ff3750f5f3ae0a09d3dd18310.zip pfsense-4aecfb7ac23ce41ff3750f5f3ae0a09d3dd18310.tar.gz |
Set hostid earlier in boot
-rwxr-xr-x | etc/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -293,6 +293,9 @@ cap_mkdb /etc/login.conf # /usr/local/etc/php.ini and /usr/local/lib/php.ini . /etc/rc.php_ini_setup +# Setup the hostid which is required for ZFS +/etc/rc.d/hostid start + # let the PHP-based configuration subsystem set up the system now echo -n "Launching PHP init system..." rm -f /cf/conf/backup/backup.cache @@ -306,9 +309,6 @@ 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." |