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)
Wed, Oct 15, 12:47 AM
Unknown Object (File)
Wed, Oct 8, 11:25 PM
Unknown Object (File)
Mon, Oct 6, 9:16 AM
Unknown Object (File)
Thu, Oct 2, 3:52 PM
Unknown Object (File)
Wed, Oct 1, 6:08 PM
Unknown Object (File)
Tue, Sep 30, 6:20 AM
Unknown Object (File)
Sep 18 2025, 3:31 PM
Unknown Object (File)
Sep 18 2025, 3:30 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