Re: RFC: move md_init() in sysinst
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 08, 2013 at 09:01:31AM -0700, Tim Rightnour wrote: > Does anyone object to me moving the call to md_init down in main(), so it is > called immediately after the menu system is initialized, but before the first > menu is presented to the user? Why not add a new hook there? Could even be a #define and the call guarded by #ifdef (so you don't have to touch every other arch). Martin