13 Commits (30a85668b727ae839345d5cf6cec917fad681e4e)

Author SHA1 Message Date
Adriaan de Groot 30a85668b7 REUSE: (GPL-3.0-or-later) C++ modules 5 years ago
Adriaan de Groot ebb3f319cc [modules] Be more consistent in include punctuation
- Use <> for Qt, system, externals
 - Use double-quotes for Calamares headers
5 years ago
Adriaan de Groot 5cac3ac6ad [locale] Apply coding style 6 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 7 years ago
Teo Mrnjavac f2a087c348 Write timezone correctly. 9 years ago
Kevin Kofler bcab8b2bfe [locale] Do not call timedatectl in a chroot, it is not safe
(timedatectl talks to a running timedated over D-Bus.) And we already
have code that works in a chroot below.
9 years ago
Rohan Garg 18218b250e Adjust /etc/timezone if it exists 10 years ago
Rohan Garg a98742c32c Use timedatectl provided by systemd to set the time on the target
Use tools provided by systemd to set the time and fall back to
manually doing it via linking /etc/localtime
10 years ago
Teo Mrnjavac 42e465aa10 CalamaresUtils::System is now a class. 10 years ago
Teo Mrnjavac bf885d65db chroot calls are now generic "target env" calls. 10 years ago
Daniel Hillenbrand 38f32bfd56 locale: make sure /etc/localtime doesn't exist
If /etc/localtime exists in source image, creating a new symlink will fail
and prevent the installer from doing it's job.
11 years ago
Teo Mrnjavac 1d6c41e94d A timezone is a file, not a directory. 11 years ago
Teo Mrnjavac 34c5ac3182 Add SetTimezoneJob to locale viewmodule. 11 years ago