Page MenuHomeFreeBSD

Fix loading files twice.
ClosedPublic

Authored by trasz on Jul 26 2015, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 9:33 AM
Unknown Object (File)
Sun, Apr 28, 11:59 AM
Unknown Object (File)
Sun, Apr 28, 3:16 AM
Unknown Object (File)
Jan 14 2024, 11:08 AM
Unknown Object (File)
Jan 14 2024, 6:59 AM
Unknown Object (File)
Dec 22 2023, 9:41 PM
Unknown Object (File)
Dec 18 2023, 6:13 AM
Unknown Object (File)
Nov 6 2023, 9:03 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.