Provide bsdconfig datetime (menu), date, and time to set the running
system clock via dialog(1)/bsddialog(1) --calendar and --timebox with
mustberoot. Unlike bsdinstall's time helper, this operates on the live
system rather than a CHROOT-staged install target, and calls
adjkerntz(8) after a successful change so the CMOS stays in sync.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 75181 Build 72064: arc lint + arc unit
Event Timeline
Comment Actions
Part of my work in releasing the window manager that I built for the touch-sensitive Framework Laptop 12. My window manager has a start bar complete with battery level and system date/time. I programmed it so that when you click on the clock in the start bar that it brings up this, bsdconfig datetime, so that the date and time can be set more conveniently. As mentioned elsewhere, you can't use the bsdinstall module for that purpose.