Page MenuHomeFreeBSD

bsdinstall: Allow to set ZROOT partition size
Needs ReviewPublic

Authored by wjw_digiware.nl on Dec 30 2019, 2:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 4:43 PM
Unknown Object (File)
Fri, Apr 12, 8:22 AM
Unknown Object (File)
Fri, Mar 29, 9:32 PM
Unknown Object (File)
Mar 19 2024, 9:17 PM
Unknown Object (File)
Feb 28 2024, 9:32 PM
Unknown Object (File)
Feb 28 2024, 9:31 PM
Unknown Object (File)
Feb 11 2024, 9:36 PM
Unknown Object (File)
Feb 11 2024, 9:36 PM

Details

Reviewers
None
Group Reviewers
manpages
Contributor Reviews (src)
Summary

When I normally install systems I do not like to give the full disk
to the zroot partition. If only because I want to use the remainder
of the disk for pools of a different ZMIRRO/ZRAID type.
ATM this is only doable by first creating an absurde SWAP size.
And once booted fix that. Disadvantage is that the freespace ends
between swap and zroot, which is not all to nice.

This patch add a extra option in the zfsboot menu that allows to
deviate from the MAX setting. MAX setting gives the current
standard behaviour.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28382
Build 26467: arc lint + arc unit

Event Timeline

Thanks for sending the patch.
You can check your man page using "mandoc -Tlint" and the textproc/igor program for issues like the one I've found.

usr.sbin/bsdinstall/bsdinstall.8
318

There must be a line break after a sentence stop.

bsdinstall.8: 2e update formating

fixed.
Both Igor and mandoc seem to be happy now.

Thanx for the help

Thank you for making these changes. OK form manpages.