summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-02 16:20:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-02 16:20:56 +0000
commit87385bf463bbc8df9e6536d969b064aa2a495a21 (patch)
treebf3b2664eaf5fcde545d6c6c9d58a90459d6972a
parent81f82bf7c6382ec1daa05f08928afb4b6c47a6b6 (diff)
downloadpfsense-87385bf463bbc8df9e6536d969b064aa2a495a21.zip
pfsense-87385bf463bbc8df9e6536d969b064aa2a495a21.tar.gz
Create resolv.conf earlier in the boot process
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index dd85522..28fe42f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -116,6 +116,9 @@
/* save dmesg output to file */
system_dmesg_save();
+ /* generate resolv.conf */
+ system_resolvconf_generate();
+
/* set up our timezone */
system_timezone_configure();
@@ -125,9 +128,6 @@
/* make hosts file */
system_hosts_generate();
- /* generate resolv.conf */
- system_resolvconf_generate();
-
/* configure loopback interface */
interfaces_loopback_configure();
OpenPOWER on IntegriCloud