diff --git a/lib/osinfo.js b/lib/osinfo.js index 0c30cf0..4f2064d 100644 --- a/lib/osinfo.js +++ b/lib/osinfo.js @@ -262,7 +262,7 @@ function osInfo(callback) { } if (_freebsd || _openbsd || _netbsd) { - exec('sysctl kern.ostype kern.osrelease kern.osrevision kern.hostuuid machdep.bootmethod', function (error, stdout) { + exec('sysctl kern.ostype kern.osrelease kern.osrevision kern.hostuuid machdep.bootmethod kern.geom.confxml', function (error, stdout) { let lines = stdout.toString().split('\n'); const distro = util.getValue(lines, 'kern.ostype'); const logofile = util.getValue(lines, 'kern.ostype');