diff options
author | Kyle K <kylek389@gmail.com> | 2020-05-01 16:31:46 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-05-01 16:31:46 -0500 |
commit | 04aa4a341c4512d48dec2d17252a6e49ef932d56 (patch) | |
tree | f80f890fdc575883889a42ef4e073d39a6935850 /README.md | |
parent | 262e82576a8ba988a093c11afdbb0318ed1c0442 (diff) | |
download | gentoox-04aa4a341c4512d48dec2d17252a6e49ef932d56.tar.gz gentoox-04aa4a341c4512d48dec2d17252a6e49ef932d56.tar.bz2 gentoox-04aa4a341c4512d48dec2d17252a6e49ef932d56.zip |
run rc-update delete hwclock boot if you get hwclock: settimeofday() failed in OpenRC
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -92,6 +92,9 @@ Gentoo project, https://www.gentoo.org/, note: Gentoo Foundation, Inc. is the ow CloverOS, https://cloveros.ga/, GentooX has been heavily inspired by CloverOS, if you want fvwm based optimized Gentoo distribution, look no further! ## Known issues -* a "hwclock: settimeofday() failed: Invalid argument" message can be seen during bootup, I believe this is upstream Gentoo issue. +* a "hwclock: settimeofday() failed: Invalid argument" message can be seen during bootup: run +```sh +rc-update delete hwclock boot +``` * 'sudo su' by default grants root without asking for password, to be decided, can be disabled by editing sudoers |