Page MenuHomeFreeBSD

bsdinstall: allow forcing a specific partitioning mode
Needs ReviewPublic

Authored by khorben on Apr 7 2024, 5:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 4:00 PM
Unknown Object (File)
Wed, Mar 11, 12:48 PM
Unknown Object (File)
Mon, Mar 9, 3:56 PM
Unknown Object (File)
Sat, Mar 7, 9:59 AM
Unknown Object (File)
Wed, Mar 4, 10:18 AM
Unknown Object (File)
Wed, Feb 25, 8:25 AM
Unknown Object (File)
Tue, Feb 24, 3:57 PM
Unknown Object (File)
Mon, Feb 16, 5:59 PM
Subscribers

Details

Summary

Just like the BSDINSTALL_SKIP_* variables, this introduces a BSDINSTALL_PARTMODE variable, which allows users of the "auto" target from bsdinstall(8) to force a specific partitioning mode.

Sponsored by: The FreeBSD Foundation

Test Plan
# bsdinstall auto
# BSDINSTALL_PARTMODE=Manual bsdinstall auto
# BSDINSTALL_PARTMODE="Auto (ZFS)" bsdinstall auto

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped