Page MenuHomeFreeBSD

Fix loading files twice.
ClosedPublic

Authored by trasz on Jul 26 2015, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 10:04 AM
Unknown Object (File)
Tue, Oct 29, 11:45 AM
Unknown Object (File)
Oct 23 2024, 4:18 AM
Unknown Object (File)
Oct 5 2024, 2:02 PM
Unknown Object (File)
Oct 5 2024, 2:02 PM
Unknown Object (File)
Oct 5 2024, 2:02 PM
Unknown Object (File)
Oct 5 2024, 2:01 PM
Unknown Object (File)
Oct 5 2024, 1:27 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 Not Applicable
Unit
Tests Not Applicable

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.