On Thu, 19 May 2016 13:58:35 +0200, Mark Kettenis wrote: > Diff below changes setroot() such that if bootduid is initialized (by > MD code) it tries to find a disk with a matching DUID. If it finds > such a disk, it will use that disk as the root device. > > Perhaps it should only do this if bootdv == NULL?
It seems safest to only do this if bootdv == NULL. - todd
