Stop shipping /etc/wall_cmos_clock in the image
The file makes the kernel read the RTC as local time, so the clock is
off by one UTC offset on any machine whose RTC keeps UTC. That applied
to the live session and to every install, since the install is a cpdup
of the live system and nothing in the installer revisited the file.
pc-sysinstall now creates or removes it from the utcClock= config key,
so the image no longer has to pick a side, and the live session gets a
correct clock while the installer is running. Machines that really do
keep local time in the RTC, which in practice means dual-booting
Windows, are handled by the installer front-end instead.
Resolves: ghostbsd/issues#390
Stop shipping /etc/wall_cmos_clock in the image
The file makes the kernel read the RTC as local time, so the clock is
off by one UTC offset on any machine whose RTC keeps UTC. That applied
to the live session and to every install, since the install is a cpdup
of the live system and nothing in the installer revisited the file.
pc-sysinstall now creates or removes it from the utcClock= config key,
so the image no longer has to pick a side, and the live session gets a
correct clock while the installer is running. Machines that really do
keep local time in the RTC, which in practice means dual-booting
Windows, are handled by the installer front-end instead.
Resolves: ghostbsd/issues#390
Claude-Session: https://claude.ai/code/session_017h6mzC2bNskrWN2bHoYLzs
Remove xlibre-xf86-input-synaptics from drivers list
Only pre-2010 era laptops need this driver; modern hardware works
fine with the default input drivers.