Page MenuHomeFreeBSD

UPDATING: Strengthen recommendations
ClosedPublic

Authored by ziaee on May 2 2025, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 8, 6:59 AM
Unknown Object (File)
Sat, Jun 28, 10:45 AM
Unknown Object (File)
Mon, Jun 23, 7:38 PM
Unknown Object (File)
Sun, Jun 22, 12:52 PM
Unknown Object (File)
Sat, Jun 21, 7:53 PM
Unknown Object (File)
Sun, Jun 15, 2:43 PM
Unknown Object (File)
Sun, Jun 15, 10:39 AM
Unknown Object (File)
Thu, Jun 12, 10:22 PM
Subscribers

Details

Summary

Strengthen recommendations for ports_modules by adding a separate note.
Use the unused [2] to add a note about creating backups.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63860
Build 60744: arc lint + arc unit

Event Timeline

ziaee requested review of this revision.May 2 2025, 10:02 PM
ziaee created this revision.

To fix an a separate commit: the foot note ordering is quite jarring.

UPDATING
2176

Maybe not to change with this commit, but the wording feels very 1990s. Talking about backups might be more friendly.

2177

Would this make more sense between buildkernel and installkernel? If you do it too early you may break your system if a reboot happens before you finish the other steps.

That's a great idea, thank you! I didn't notice because I put them in src.conf.

mhorne added inline comments.
UPDATING
2176

Yeah, "level 0 dumps" is a foreign term to me.

This revision is now accepted and ready to land.May 5 2025, 3:03 PM

A level 0 dump is like dd. It gets absolutely everything, unlike a boot environment. I'll work on that after I merge this one.

This revision was automatically updated to reflect the committed changes.

A level 0 dump is like dd. It gets absolutely everything, unlike a boot environment. I'll work on that after I merge this one.

FWIW, it's a reference to dump -0.