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)
Tue, Oct 14, 9:49 PM
Unknown Object (File)
Tue, Oct 14, 12:31 PM
Unknown Object (File)
Tue, Oct 14, 12:31 PM
Unknown Object (File)
Tue, Oct 14, 12:31 PM
Unknown Object (File)
Mon, Oct 13, 10:35 PM
Unknown Object (File)
Sat, Sep 20, 2:58 PM
Unknown Object (File)
Sep 15 2025, 12:38 PM
Unknown Object (File)
Sep 15 2025, 12:38 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.