Page MenuHomeFreeBSD

bsdinstall: obtain the dialog binary from $DIALOG
Needs ReviewPublic

Authored by khorben_defora.org on Apr 7 2024, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 20, 1:43 AM
Unknown Object (File)
Fri, May 16, 9:59 AM
Unknown Object (File)
Apr 17 2025, 2:16 AM
Unknown Object (File)
Mar 25 2025, 7:30 PM
Unknown Object (File)
Mar 17 2025, 3:36 PM
Unknown Object (File)
Feb 27 2025, 10:10 AM
Unknown Object (File)
Feb 22 2025, 2:31 AM
Unknown Object (File)
Feb 20 2025, 7:22 PM
Subscribers

Details

Summary

This reflects the same initiative for bsdconfig(8), eventually allowing to install and configure the whole system only with bsddialog(1), as opposed to a combination with dialog(1).

Sponsored by: The FreeBSD Foundation

Test Plan
# bsdinstall auto
# DISTRIBUTIONS="base kern" bsdinstall checksum
# DISTRIBUTIONS="base kern" bsdinstall fetchmissingdists
# bsdinstall finalconfig
# bsdinstall hardening
# bsdinstall jail
# bsdinstall jail /path/to/target
# bsdinstall netconfig
# bsdinstall netconfig_ipv4 em0
# bsdinstall netconfig_ipv6 em0
# bsdinstall services
# bsdinstall time
# bsdinstall services
# bsdinstall time
# BSDINSTALL_CHROOT=/ bsdinstall timezone

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped