Difference between revisions of "Translations:Install/Configuration Files/21/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "==== /etc/conf.d/hwclock ==== 如果你想让 Funtoo Linux 与 Windows 双系统启动,你需要编辑这个文件,把 '''clock''' 的值从 '''UTC''' 改为 '''local'''...")
 
(No difference)

Latest revision as of 17:28, March 14, 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Configuration Files)
==== /etc/conf.d/hwclock ====
If you dual-boot with Windows, you'll need to edit this file and change the value of '''clock''' from '''UTC''' to '''local''', because Windows will set your hardware clock to local time every time you boot Windows. Otherwise you normally wouldn't need to edit this file.
{{console|body=
%chroot% ##i##nano -w /etc/conf.d/hwclock
}}

/etc/conf.d/hwclock

如果你想让 Funtoo Linux 与 Windows 双系统启动,你需要编辑这个文件,把 clock 的值从 UTC 改为 local,原因是 Windows 在每次启动时都会将硬件时钟设置为本地时钟。其他一般的情况下,是不需要编辑这个文件的。

chroot # nano -w /etc/conf.d/hwclock