Page MenuHomeFreeBSD

bsdinstall: allow forcing a specific partitioning mode
Needs ReviewPublic

Authored by khorben_defora.org on Apr 7 2024, 5:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 15, 6:14 PM
Unknown Object (File)
Thu, May 15, 11:18 AM
Unknown Object (File)
Wed, May 14, 4:36 AM
Unknown Object (File)
Tue, May 13, 12:39 PM
Unknown Object (File)
Mon, May 12, 11:43 AM
Unknown Object (File)
Mon, May 12, 5:43 AM
Unknown Object (File)
Wed, May 7, 7:44 AM
Unknown Object (File)
Apr 17 2025, 2:16 AM
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