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
F142120020: D44672.diff
Fri, Jan 16, 5:08 AM
Unknown Object (File)
Wed, Jan 14, 5:55 PM
Unknown Object (File)
Wed, Jan 14, 11:37 AM
Unknown Object (File)
Mon, Jan 12, 10:52 PM
Unknown Object (File)
Sun, Jan 11, 12:35 AM
Unknown Object (File)
Mon, Jan 5, 1:01 AM
Unknown Object (File)
Fri, Jan 2, 8:30 PM
Unknown Object (File)
Mon, Dec 29, 4:23 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