summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
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