Page MenuHomeFreeBSD

bsdinstall: obtain the dialog binary from $DIALOG
Needs ReviewPublic

Authored by khorben on Apr 7 2024, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 16, 2:01 PM
Unknown Object (File)
Sun, Apr 5, 2:12 AM
Unknown Object (File)
Sun, Mar 29, 4:04 AM
Unknown Object (File)
Fri, Mar 27, 1:02 PM
Unknown Object (File)
Thu, Mar 26, 5:22 PM
Unknown Object (File)
Mar 13 2026, 3:54 PM
Unknown Object (File)
Mar 9 2026, 3:51 PM
Unknown Object (File)
Mar 1 2026, 4:02 AM
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