summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/system.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index ffdfa5b..cb7756e 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -1993,6 +1993,9 @@ function system_dmesg_save() {
fclose($fd);
unset($dmesg);
+
+ // vm-bhyve expects dmesg.boot at the standard location
+ @symlink("{$g['varlog_path']}/dmesg.boot", "{$g['varrun_path']}/dmesg.boot);
return 0;
}
OpenPOWER on IntegriCloud