Revision 7f039071
Added by Jim Pingle about 15 years ago
etc/rc.bootup | ||
---|---|---|
126 | 126 |
|
127 | 127 |
conf_mount_rw(); |
128 | 128 |
|
129 |
/* save dmesg output to file */ |
|
130 |
system_dmesg_save(); |
|
131 |
|
|
129 | 132 |
/* check whether config reset is desired (via hardware button on WRAP/ALIX) */ |
130 | 133 |
system_check_reset_button(); |
131 | 134 |
|
... | ... | |
183 | 186 |
/* run any early shell commands specified in config.xml */ |
184 | 187 |
system_do_shell_commands(1); |
185 | 188 |
|
186 |
/* save dmesg output to file */ |
|
187 |
system_dmesg_save(); |
|
188 |
|
|
189 | 189 |
/* set up our timezone */ |
190 | 190 |
system_timezone_configure(); |
191 | 191 |
|
Also available in: Unified diff
Move this up in the boot sequence, the reset button check relies on its existence.