Page MenuHomeFreeBSD

Fix installworld with WITHOUT_DIALOG
ClosedPublic

Authored by bapt on Oct 22 2016, 4:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 18, 9:42 PM
Unknown Object (File)
Sat, Jul 4, 5:56 PM
Unknown Object (File)
Fri, Jul 3, 1:08 PM
Unknown Object (File)
Fri, Jul 3, 12:47 PM
Unknown Object (File)
Thu, Jul 2, 10:10 PM
Unknown Object (File)
Thu, Jul 2, 8:32 PM
Unknown Object (File)
Thu, Jul 2, 9:45 AM
Unknown Object (File)
Jun 17 2026, 10:52 PM
Subscribers

Details

Reviewers
emaste
Summary

Fix installationn WITHOUT_DIALOG by building tzsetup without the dialog support

Diff Detail

Event Timeline

bapt retitled this revision from to Fix installworld with WITHOUT_DIALOG.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: emaste.

Add one missing ifdef HAVE_DIALOG

Collapse the HAVE_DIALOG as much as possible

emaste edited edge metadata.

I think this is OK. I'd like to reduce the number of #ifdef HAVE_DIALOG blocks if we could, but we can iterate on that.

This revision is now accepted and ready to land.Oct 22 2016, 10:30 PM

Ah, your update and my comment crossed paths. Thanks, I like this better.