Page MenuHomeFreeBSD

bsdinstall hostname: Replace dialog(1) with bsddialog(1)
ClosedPublic

Authored by asiciliano on May 22 2022, 4:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 5:06 PM
Unknown Object (File)
Wed, Feb 28, 12:43 AM
Unknown Object (File)
Wed, Feb 28, 12:25 AM
Unknown Object (File)
Feb 27 2024, 11:17 PM
Unknown Object (File)
Feb 22 2024, 3:20 AM
Unknown Object (File)
Jan 17 2024, 9:17 PM
Unknown Object (File)
Jan 16 2024, 11:04 AM
Unknown Object (File)
Dec 23 2023, 4:00 AM
Subscribers

Details

Summary

Use libbsddialog autosize for inputbox (at least for height for now). So delete f_dialog_inputbox_size() of bsdconfig because is built on dialog/Xdialog and could create some problem in the long term.

Moreover (not in screenshots), add a --hline string: "Use TAB and Enter to select OK", because the UI dialog/bsddialog is different: dialog does not require TAB to switch the focus on buttons for the inputbox. I could change this in the next version (form refactoring is in the TODO list).

┌────────────────────┤Set Hostname├────────────────────┐
│ Please choose a hostname for this machine.           │  
│                                                      │  
│ If you are running on a managed network, please ask  │  
│ your network administrator for an appropriate name.  │  
│┌────────────────────────────────────────────────────┐│  
││fbsd.local                                          ││  
│└────────────────────────────────────────────────────┘│  
├──────────────────────────────────────────────────────┤  
│                       [  OK  ]                       │  
└─────────── Use TAB and Enter to select OK ───────────┘
Test Plan

Screenshot_2022-05-22_18-41-05.png (476×730 px, 21 KB)

Screenshot_2022-05-22_18-44-03.png (476×730 px, 23 KB)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped