Translations:Install/128/zh-cn

From Funtoo
Revision as of 02:57, January 8, 2018 by Facility (talk | contribs) (Created page with "下面是一个你可能会要编辑的文件的列表,按照你的需求来编辑: {{TableStart}} {{3ColHead|File|Do I need to change it?|Description}} <tr class="danger...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

下面是一个你可能会要编辑的文件的列表,按照你的需求来编辑:

FileDo I need to change it?Description
/etc/fstab YES - required 在启动时对所有文件系统来说会用到的挂载点。这个文件必须与你的磁盘分区设置相对应,接下来我们会指导你如何修改这个文件。
/etc/localtime Maybe - recommended 你的时区。若没有设置,则默认为 UTC。这应该是指向 /usr/share/zoneinfo 下文件的一个符号链接。 (比如 /usr/share/zoneinfo/America/Montreal)
/etc/make.conf (symlink) - 也可以是:
/etc/portage/make.conf
Maybe - recommended Parameters used by gcc (compiler), portage, and make. It's a good idea to set MAKEOPTS. This is covered later in this document. Note that it is normal for this file to be empty in Funtoo Linux, as many settings have been migrated to our enhanced profile system.
/etc/conf.d/hostname Maybe - recommended Used to set system hostname. Set the hostname variable to the fully-qualified (with dots, ie. foo.funtoo.org) name if you have one. Otherwise, set to the local system hostname (without dots, ie. foo). Defaults to localhost if not set.
/etc/hosts No You no longer need to manually set the hostname in this file. This file is automatically generated by /etc/init.d/hostname.
/etc/conf.d/keymaps Optional Keyboard mapping configuration file (for console pseudo-terminals). Set if you have a non-US keyboard. See Funtoo Linux Localization.
/etc/conf.d/hwclock Optional How the time of the battery-backed hardware clock of the system is interpreted (UTC or local time). Linux uses the battery-backed hardware clock to initialize the system clock when the system is booted.
/etc/conf.d/modules Optional Kernel modules to load automatically at system startup. Typically not required. See Additional Kernel Resources for more info.
/etc/conf.d/consolefont Optional Allows you to specify the default console font. To apply this font, enable the consolefont service by running rc-update add consolefont.
profiles Optional Some useful portage settings that may help speed up intial configuration.