On Tue, Nov 21, 2017 at 03:27:11AM +0000, Christos Zoulas wrote: > The reason is that tsutsui@? added some binaries (sysctl? etc) back to > the ramdisk. We are working trying to fix it.
I see, thanks. Going by the dmesg posted on dmesgd.nycbug.org, it looks like for rootdev we can use: cat /kern/msgbuf | awk '/root on/ { print $3 }' No idea what hw.disknames should return/where the information might be otherwise available.