Page MenuHomeFreeBSD

growfs(7): document addition of swap partition and growfs_fstab script
ClosedPublic

Authored by karels on Nov 22 2022, 7:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 10:09 AM
Unknown Object (File)
Thu, Apr 25, 10:48 AM
Unknown Object (File)
Wed, Apr 24, 9:33 AM
Unknown Object (File)
Wed, Apr 24, 9:33 AM
Unknown Object (File)
Jan 12 2024, 3:02 PM
Unknown Object (File)
Jan 5 2024, 10:21 PM
Unknown Object (File)
Jan 5 2024, 10:20 PM
Unknown Object (File)
Dec 23 2023, 1:17 AM

Details

Summary

Add documentation of the growfs script's new ability to add a swap
partition, expanding on the previous functionality as well. Add the
growfs_fstab helper script, which runs separately.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48630
Build 45516: arc lint + arc unit

Event Timeline

karels created this revision.
pauamma_gundo.com added inline comments.
share/man/man7/growfs.7
69–82

Should that be "the next time"? (That is, the first time after it's set to YES.)

104

While here.

share/man/man7/growfs.7
69–82

No, the script runs only on the first boot (unless it is run manually with "onestart" as described below).

104

Changed in my copy, will push it soon with any other changes.

With the s/on/in/ nit (fixable on commit), LGTM.

This revision is now accepted and ready to land.Nov 23 2022, 2:36 AM

growfs_fstab no longer modifies rc.conf; add example for re-growfs

Explain that if growfs added swap previously, it can be deleted to
growfs again.

This revision now requires review to proceed.Nov 26 2022, 4:57 PM
This revision is now accepted and ready to land.Nov 27 2022, 2:27 AM

Update to correspond to current code in review, including new memory
size limitation.

This revision now requires review to proceed.Dec 6 2022, 5:27 PM

Fixable on commit.

share/man/man7/growfs.7
44
This revision is now accepted and ready to land.Dec 6 2022, 10:03 PM
share/man/man7/growfs.7
44

Oops, thanks for catching that.