summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2010-05-19 00:52:05 -0400
committerjim-p <jim@pingle.org>2010-05-19 00:52:05 -0400
commit7f039071e560313476fcbbc0d23e00032c6820ac (patch)
tree7ff71e64e1ee2541ecf3bd7576d6875572ba1d1b /etc/rc.bootup
parent1a2911a7aa12c367d5f3671d87636f46b285a062 (diff)
downloadpfsense-7f039071e560313476fcbbc0d23e00032c6820ac.zip
pfsense-7f039071e560313476fcbbc0d23e00032c6820ac.tar.gz
Move this up in the boot sequence, the reset button check relies on its existence.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d12ef26..1c08edc 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -126,6 +126,9 @@ echo " done.\n";
conf_mount_rw();
+/* save dmesg output to file */
+system_dmesg_save();
+
/* check whether config reset is desired (via hardware button on WRAP/ALIX) */
system_check_reset_button();
@@ -183,9 +186,6 @@ load_glxsb();
/* run any early shell commands specified in config.xml */
system_do_shell_commands(1);
-/* save dmesg output to file */
-system_dmesg_save();
-
/* set up our timezone */
system_timezone_configure();
OpenPOWER on IntegriCloud