Page MenuHomeFreeBSD

Fix loading files twice.
ClosedPublic

Authored by trasz on Jul 26 2015, 12:06 AM.
Tags
None
Referenced Files
F137885301: D3204.id7333.diff
Wed, Nov 26, 9:12 PM
Unknown Object (File)
Fri, Nov 21, 2:00 AM
Unknown Object (File)
Fri, Nov 21, 1:56 AM
Unknown Object (File)
Fri, Nov 21, 1:56 AM
Unknown Object (File)
Fri, Nov 21, 1:55 AM
Unknown Object (File)
Fri, Nov 21, 1:53 AM
Unknown Object (File)
Wed, Nov 19, 6:00 AM
Unknown Object (File)
Mon, Nov 10, 10:40 AM
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.