1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 10:24:47 +01:00

linux: added date, time, timezone and hwclock guides

This commit is contained in:
TiynGER
2021-08-09 19:00:07 +02:00
parent fb8550be2e
commit 4b6e8d02b2
3 changed files with 64 additions and 1 deletions

View File

@@ -138,7 +138,12 @@ en_US.UTF-8 UTF-8
- `locale-gen` - Generate languages
- `echo KEYMAP=de-latin1-nodeadkeys > /etc/vconsole.conf` - set the keymap
- `tzselect` - Set region
- `cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime` - set your timezone
(select the first file accordingly to your location)
- `date +%Y%m%d -s "<yyyymmdd>"` - set the current date (change
values accordingly)
- `date +%T -s "<hh:mm:ss>"` - set the current time (change values accordingly)
- `hwclock -w` - sync the current date and time with the hardware clock
## 9. Configure and create kernel-image