Re: mount root hooks for non-disk-device devices
Simon Burge <[email protected]> Mon, 04 May 2026 11:29:21 +1000
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
Michael van Elst wrote: > [email protected] (Simon Burge) writes: > > > domountroot_rootspec_hooks() > > Called during the mount root process. This checks if registered > > prefixes match any listed hooks and calls them. The prefix is > > can be separated from the boot specifier with either a ":" or an > > "=3D"; for example "wedge:foo", "NAME=3Dbar". > > I suggest to include the separator into the prefix to keep things > consistent. I don't recall the reason I didn't use the separator as part of the prefix when I originally did this. I'll look at doing this. Cheers, Simon.