Page MenuHomeFreeBSD

Fix loading files twice.
ClosedPublic

Authored by trasz on Jul 26 2015, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 22, 11:30 AM
Unknown Object (File)
Fri, Jun 21, 5:32 PM
Unknown Object (File)
Fri, Jun 21, 10:52 AM
Unknown Object (File)
Fri, Jun 21, 12:38 AM
Unknown Object (File)
Thu, Jun 20, 11:07 PM
Unknown Object (File)
Thu, Jun 20, 4:08 PM
Unknown Object (File)
Thu, Jun 20, 4:07 PM
Unknown Object (File)
Thu, Jun 20, 12:55 PM
Subscribers

Details

Summary

This patch fixes a problem that, with the following in loader.conf...

initmd_load="YES"
initmd_type="md_image"
initmd_name="/boot/root.img"

... would make the loader(8) load /boot/root.img file twice.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

trasz retitled this revision from to Fix loading files twice..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
trasz edited edge metadata.

Erm, remove unrelated changes.

marcel edited edge metadata.

Yay!

This revision is now accepted and ready to land.Aug 2 2015, 5:25 PM
This revision was automatically updated to reflect the committed changes.
op added a subscriber: emaste.
op added a subscriber: op.

This patch is required to 10-STABLE? You marked this as MFC after 1 month, but this was never MFCd back.