summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index fdf11ca..dc3a850 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -940,6 +940,7 @@ function system_dmesg_save() {
echo "system_dmesg_save() being called $mt\n";
}
+ $dmesg = "";
exec("/sbin/dmesg", $dmesg);
/* find last copyright line (output from previous boots may be present) */
OpenPOWER on IntegriCloud