Add Simplified Chinese translation for our release notes.
This translation is based on RELENG_5 so it should be tagged as RELENG_5 when appropriate (This set of files DOES build under 6-CURRENT because a last-minute hack added to readme/article.sgml, however, the contents is for RELENG_5). This includes: The Migration Guide Errata Hardware Notes (only i386 and amd64 at this time) Installation Guide [2] Readme [1] Release Notes Submitted by: delphij, gavin (local repository committer) [1], zhangluo (additional local contributor; part of i386 related contents) [2] Approved by: murray (mentor)
This commit is contained in:
parent
ecb7c87d1c
commit
7213ef055d
16
release/doc/zh_CN.GB2312/Makefile
Normal file
16
release/doc/zh_CN.GB2312/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
#
|
||||
# Original Revision: 1.3
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/..
|
||||
|
||||
SUBDIR = early-adopter
|
||||
SUBDIR+= hardware
|
||||
SUBDIR+= readme
|
||||
SUBDIR+= relnotes
|
||||
SUBDIR+= errata
|
||||
SUBDIR+= installation
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
21
release/doc/zh_CN.GB2312/early-adopter/Makefile
Normal file
21
release/doc/zh_CN.GB2312/early-adopter/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
# Original Revision: 1.3
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/early-adopter
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/early-adopter
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS+= article.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
764
release/doc/zh_CN.GB2312/early-adopter/article.sgml
Normal file
764
release/doc/zh_CN.GB2312/early-adopter/article.sgml
Normal file
@ -0,0 +1,764 @@
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
|
||||
<!ENTITY release.4x "4.<replaceable>X</replaceable>">
|
||||
<!ENTITY release.5x "5.<replaceable>X</replaceable>">
|
||||
<!ENTITY release.4last "4.10-RELEASE">
|
||||
<!ENTITY release.5branchpoint "5.3-RELEASE">
|
||||
]>
|
||||
<!-- The FreeBSD Simplified Chinese Project
|
||||
Original Revision: 1.21.2.4 -->
|
||||
|
||||
<article>
|
||||
<articleinfo>
|
||||
<title>&os; &release.current; 迁移指南</title>
|
||||
|
||||
<authorgroup>
|
||||
<corpauthor>The &os; Release Engineering Team</corpauthor>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD$</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder role="mailto:re@FreeBSD.org">The &os; Release
|
||||
Engineering Team</holder>
|
||||
</copyright>
|
||||
|
||||
<legalnotice id="trademarks" role="trademarks">
|
||||
&tm-attrib.freebsd;
|
||||
&tm-attrib.apple;
|
||||
&tm-attrib.ibm;
|
||||
&tm-attrib.ieee;
|
||||
&tm-attrib.intel;
|
||||
&tm-attrib.microsoft;
|
||||
&tm-attrib.sparc;
|
||||
&tm-attrib.general;
|
||||
</legalnotice>
|
||||
|
||||
<abstract>
|
||||
<para>这篇文章从用户或管理员的视角描述了 &os;
|
||||
&release.4x; 和 &os; &release.5branchpoint; 的主要区别,
|
||||
并给出了针对现有系统的升级方案。 它对 &os;
|
||||
的发行版制作工程进行了介绍, 随后描述了一些
|
||||
&os; &release.5x; 的新特性, 以及熟悉 &release.4x;
|
||||
系列发行版本的用户应关注的一些变化。
|
||||
这篇文章同时分别描述了对现有系统基于预编译发行包以及源代码的升级过程。
|
||||
这篇文章在较早的 &os; &release.5x; 版本中被称为 <quote>Early Adopters
|
||||
Guide</quote>。</para>
|
||||
</abstract>
|
||||
</articleinfo>
|
||||
|
||||
<sect1 id="intro">
|
||||
<title>介绍</title>
|
||||
|
||||
<para>&os; &release.5branchpoint; 标志着新的
|
||||
<quote>&os.stable;</quote> 系列发行版的开始。
|
||||
这个版本以及其后的 &release.5x; 系列版本主要面向生产环境中的使用,
|
||||
类似之前 &release.4x; 系列发行版那样。</para>
|
||||
|
||||
<para>这篇文章介绍了一系列从 &release.4x; 升级到
|
||||
&release.5branchpoint; 的用户会感兴趣的问题。
|
||||
它首先介绍了目前的发布工程实践, 随后描述了一些 &os; &release.5x;
|
||||
系列的新特性。 最重要的, 这篇文章列举了所进行的重大修改,
|
||||
用户可见的行为变化, 或修改的外部软件接口。
|
||||
最后是一些通过源代码或预编译包将现有的 &os; &release.4x; 升级到
|
||||
&os; &release.5branchpoint; 需要注意的问题。</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-overview">
|
||||
<title>&os; 发布流程概览</title>
|
||||
|
||||
<para>&os; 采用了一种依赖于代码库中多个分支的开发模式。 主分支被称为
|
||||
<quote>CURRENT</quote>, 在 CVS 代码库中记为
|
||||
<literal>HEAD</literal>。 新的特性首先被提交到这个分支;
|
||||
虽然 CURRENT 是最先看到新功能的分支, 它也因此偶尔会在调试新功能时存在问题。</para>
|
||||
|
||||
<para>绝大多数 &os; 发行版本来自一个或多个
|
||||
<quote>STABLE</quote> 分支。 新功能加入到 CURRENT
|
||||
一段时间之后才会合并到这些分支。 在过去两年中,
|
||||
唯一处于持续开发中的 STABLE 分支是
|
||||
<quote>4-STABLE</quote>, 所有的
|
||||
&os; &release.4x; 发行版本都基于它。
|
||||
这个分支在 CVS 代码库中的 tag 是 <literal>RELENG_4</literal>。</para>
|
||||
|
||||
<para>过去的两个 STABLE 分支 (3-STABLE 和 4-STABLE)
|
||||
是在它们开发周期非常早的时候创建的
|
||||
(相应的分支起点是 3.1 和 4.0)。 现在看来,
|
||||
这样的方法没有在创建新的分支时为相应的 CURRENT
|
||||
分支留出足够的时间来变得稳定。 因而,
|
||||
这导致了时间被浪费在不同分支之间移植对错误的修正上,
|
||||
并产生了一些完全无法在分支间移植的架构变动。</para>
|
||||
|
||||
<para>&release.5x; 系列发行版对此作了略有不同的处理。
|
||||
&os; 5.0, 5.1, 以及 5.2 都基于 CURRENT 分支。
|
||||
第一个发行版是在进行了两年的开发之后发布的
|
||||
(在此之前, 最后一个来自 HEAD 的发行版是 &os; 4.0,
|
||||
在 2000 年 3 月发布)。</para>
|
||||
|
||||
<para>与之前的 <quote>STABLE</quote> 分支不同, CVS 中的
|
||||
<quote>5-STABLE</quote> 分支 (分支 tag
|
||||
<literal>RELENG_5</literal>) 是在第一个 &release.5x;
|
||||
发行版发布一年多之后才建立的 (具体而言, 是在 5.3
|
||||
发行版本的发布工程中)。
|
||||
这个延期给了开发团队时间来完成必要的架构修改, 使系统更加稳定,
|
||||
完善各式各样的接口, 以及为后续的
|
||||
&release.5x; 版本打下良好的基础。</para>
|
||||
|
||||
<para>除了一般的改进和错误修正之外, 5-STABLE
|
||||
分支的一项优先考虑的目标是保持应用二进制接口 (ABI)
|
||||
和应用编程接口 (API) 的兼容性。 任何可能破坏向前兼容性
|
||||
(包括内核或库接口) 的修改都是被强烈反对的,
|
||||
只有当这是解决某个重大问题的最后办法时,
|
||||
才可能被允许。</para>
|
||||
|
||||
<para>下一个 CURRENT 分支的发行版应该是 6.0-RELEASE,
|
||||
它将从 CVS <literal>HEAD</literal> 构建。
|
||||
对于 6.0 没有确定的发布日期, 这一点同
|
||||
5.3 不同, 不过尽管如此, 应该是 2006 年的某个时候。</para>
|
||||
|
||||
<para>在 4-STABLE 开发分支上还将进行一些有限的开发,
|
||||
并且有计划在 5.3-RELEASE 之后的某个时候推出它的下一个版本 (4.11)。
|
||||
对于那些非常保守的用户, 继续使用一段时间的
|
||||
&release.4x; 版本可能看起来更为合理一些。
|
||||
&a.security-officer; 将按照他们公布的方针继续支持
|
||||
4-STABLE 一段时间, 您可以在 &os; 网站的 <ulink
|
||||
url="&url.base;/security/index.html">安全主页</ulink> 找到相关信息。</para>
|
||||
|
||||
<para>关于 &os; 发布工程过程的进一步详情可以在
|
||||
<ulink
|
||||
url="&url.base;/releng/index.html">Release
|
||||
Engineering 主页</ulink> 和 <ulink
|
||||
url="&url.articles.releng;/index.html"><quote>&os; 发布工程</quote></ulink>
|
||||
一文中找到。</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="new">
|
||||
<title>新特性</title>
|
||||
|
||||
<para>&os; &release.5x; 最吸引人的地方就是一系列全新的功能,
|
||||
这些功能基本上都和无法移植回 &os; 4-STABLE
|
||||
开发分支的那些大幅度的架构调整有关。 (与此相反, 许多独立的改进,
|
||||
例如新的设备驱动或对于一些用户级应用的更新等,
|
||||
则已经移植回去了。) 这里是一份简明的列表, 它并不包含全部内容:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>SMPng: <quote>新一代</quote> 对并行多处理器 (SMP) 机器的支持。
|
||||
正在进行的开发的主要目标是对内核的各个子系统进行细粒度的上锁,
|
||||
以增加内核能够同时运行的线程数目。 特别注意了网络协议栈的性能。
|
||||
可以在
|
||||
<ulink url="&url.base;/smp/index.html">FreeBSD SMP
|
||||
Project</ulink> 的网站找到更多信息。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>KSE: 内核调度实体 允许一个进程拥有多个内核级线程,
|
||||
类似 调度器激活 (Scheduler
|
||||
Activations)。 <filename>libpthread</filename>
|
||||
和 <filename>libthr</filename> 两个线程库使得多线程的用户程序能够使用这些特性,
|
||||
它们使用了 &man.pthread.3; API。
|
||||
<filename>libpthread</filename> 现在是默认的线程库。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>新的硬件架构支持: 现在能够支持 amd64、ia64、pc98 以及 sparc64
|
||||
硬件架构, 以及 i386 和 alpha。 其他正在活跃地开发的架构包括 powerpc
|
||||
(运行于基于 &powerpc; 的各类 &macintosh; 平台) 和 arm。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>GCC: 编译工具集现在是基于 GCC
|
||||
3.4.<replaceable>X</replaceable>, 而不是先前的 GCC
|
||||
2.95.<replaceable>X</replaceable> 了。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>MAC: 支持可扩展的, 可加载的强制访问控制策略。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>GEOM: 灵活的, 模块化的 I/O 请求变换框架。
|
||||
这个系统提供了对于磁盘和卷的一系列功能支持, 例如:
|
||||
识别磁盘分区, &man.gbde.4; 磁盘加密机制,
|
||||
各级 RAID 功能支持, 通过网络导出磁盘设备
|
||||
(使用 &man.ggated.8; 和相关工具), 以及透明的磁盘解压缩。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>FFS: 现在 FFS 文件系统提供了后台
|
||||
&man.fsck.8; 操作 (以便更快地从崩溃中恢复) 和文件系统快照的支持。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>UFS2: 增加了新的磁盘文件系统格式 UFS2,
|
||||
它支持扩展的文件属性和更大的文件。 UFS2 是 &man.newfs.8; 默认的文件格式。
|
||||
除了 pc98 之外, 从 &man.sysinstall.8; 创建的文件系统都默认使用
|
||||
UFS2 格式。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>新的网络特性: 增加了一系列新的网络特性,
|
||||
它们在 &release.5x; 中首次出现, 包括
|
||||
TCP SACK (选择性确认) 的支持, 来自 OpenBSD 的
|
||||
&man.pf.4; 包过滤器, 以及 ALTQ 包队列系统。
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>新硬件支持: 支持更多的硬件设备, 例如
|
||||
Cardbus, 蓝牙设备, 以及基于 Atheros 的 IEEE 802.11a/b/g
|
||||
网络接口。 同时, 在 i386 平台上, &os;
|
||||
驱动程序明确不支持的那些网络设备则可能可以通过 &man.ndis.4;
|
||||
兼容层来使用制造商的 µsoft; &windows; 驱动程序来驱动。</para> </listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>更详细的新功能列表可以在 &os; &release.5x; 的发行版发布说明中找到。</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="drawbacks">
|
||||
<title>值得注意的变化</title>
|
||||
|
||||
<para>一些 &os; &release.4x; 到
|
||||
&release.5x; 的变化需要给予特别的关注, 因为它们涉及到了主要的架构变动,
|
||||
或在某些方面破坏了向下兼容性。 尽管这些变动通常不会造成数据丢失,
|
||||
但是它可能会给那些不太注意的人带来困惑。 最明显的例子包括:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<!-- General stuff -->
|
||||
|
||||
<listitem>
|
||||
<para>&os; 的基本系统中的许多功能转移到了 &os; Ports Collection
|
||||
中, 这样做的原因主要是以这种方式可能更便于维护,
|
||||
或者它们不是系统中的必要组件。 其中最值得关注的是
|
||||
<application>Perl</application> (可以从 &os; Ports
|
||||
Collection 的 <filename
|
||||
role="package">lang/perl5.8</filename> 安装),
|
||||
它的存在曾经使基本系统的升级充满问题。 基本系统中依赖
|
||||
<application>Perl</application> 的实用工具都已经被重写
|
||||
(如果可能) 或删除 (如果已经过时)。<para>
|
||||
|
||||
<para>另一些例子包括 <application>UUCP</application>
|
||||
(可以通过 Ports Collection 中的 <filename
|
||||
role="package">net/freebsd-uucp</filename> 来安装), <command>doscmd</command>
|
||||
工具 (<filename
|
||||
role="package">emulators/doscmd</filename>), 以及许多传统的游戏
|
||||
(<filename
|
||||
role="package">games/freebsd-games</filename>)。</para>
|
||||
</listitem>
|
||||
|
||||
<!-- Kernel ABI changes -->
|
||||
|
||||
<listitem>
|
||||
<para>一些内核数据结构和 ABIs/API
|
||||
的修改会导致许多第三方的预编译设备驱动无法不经修改地在
|
||||
&os; &release.5x; 中正常运行。 某些情况 (当然这种情况非常少)
|
||||
下, 用户可见的数据结构发生了变化,
|
||||
这就需要重新编译应用程序或者重新安装 ports/packages。
|
||||
在 &release.4x; 系列中, &os; 开发团队的目标是不允许后续的
|
||||
&release.5x; 分支上破坏兼容性的修改进入它。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>由于 &os; 某些组件的用户太少而且无人维护,
|
||||
基本系统中的一些部分变得年久失修并被最终删掉。
|
||||
例子之一是生成 <filename>a.out</filename> 格式的可执行文件。
|
||||
<footnote>
|
||||
<para>应当说明的是在 i386 和 pc98 上执行 <filename>a.out</filename>
|
||||
格式的可执行文件仍然可以通过 <literal>COMPAT_AOUT</literal>
|
||||
内核选项来支持。 Ports Collection 中的某些编译器
|
||||
(例如,
|
||||
<filename role="package">lang/gcc28</filename>)
|
||||
仍然能够生成 <filename>a.out</filename>
|
||||
格式的可执行文件。</para>
|
||||
</footnote>
|
||||
XNS 网络支持, 以及 X-10 控制器驱动。 大量的旧式基于
|
||||
ISA 的设备驱动被证明无法正常工作并被删除。 更多信息请参见发布说明。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>在 &os;/i386
|
||||
&release.4x; 中, 对于 ISA 设备的配置最初是在内核编译配置中完成的。
|
||||
这些设置可以在启动时通过交互式的
|
||||
<application>UserConfig</application> 程序来改变。 在 &os;
|
||||
&release.5x; 中, 这两种机制都被
|
||||
&man.device.hints.5; 机制所取代, 它消除了在内核中硬编码进
|
||||
ISA 配置参数的需要。 引导时 ISA 配置不再是菜单驱动的,
|
||||
而改为使用引导加载器的命令行提示来完成。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>MAKEDEV</filename> 不再提供, 也不再需要了。
|
||||
&os; &release.5x; 使用了一种设备文件系统,
|
||||
它能够在需要时自动创建设备节点。
|
||||
对于设备文件系统中项目的配置可以通过 &man.devfs.8; 工具或使用
|
||||
<filename>/etc/devfs.conf</filename> 机制来完成。
|
||||
更详细的情况可以在 &man.devfs.5; 联机手册中找到。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>UFS2 成为了 &man.newfs.8; 默认创建的磁盘文件系统格式。
|
||||
在除 pc98 之外的所有平台上, 它也是在磁盘 &man.sysinstall.8;
|
||||
分区界面上的默认格式。 由于
|
||||
&os; &release.4x; 只能支持 UFS1 (而不支持 UFS2),
|
||||
必须同时在 &release.5x; 和
|
||||
&release.4x; 中访问的文件系统必须采用 UFS1。 这可以通过
|
||||
&man.newfs.8; 的 <option>-O1</option> 选项,
|
||||
或者在 &man.sysinstall.8; 的磁盘分区的界面中按 1 来指定。
|
||||
这一状况通常发生在饱含双启动的 &os; &release.4x; 和 &os;
|
||||
&release.5x; 的系统中。 另外请注意没有办法在两种格式之间进行转换
|
||||
(除非备份, 重建文件系统, 然后恢复数据)。</para>
|
||||
</listitem>
|
||||
|
||||
<!-- Userland -->
|
||||
|
||||
<listitem>
|
||||
<para>由于 <application>GCC</application> 编译器的升级,
|
||||
C++ 程序基本上都需要重新编译和安装。 这是因为 C++
|
||||
ABI 的变动。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>运行为 &os; &release.4x; 编译的程序可能需要依赖于
|
||||
<filename>compat4x</filename> 软件包 (或与之等价的
|
||||
<filename role="package">misc/compat4x</filename>
|
||||
package/port) 的帮助。 不过, 如果系统中的任何
|
||||
ports 或 packages 需要升级, 则通常建议重新联编并安装
|
||||
<emphasis>所有</emphasis> 已经安装的 port。
|
||||
这将防止一些程序在与新旧的库同时连接时可能出现的问题。
|
||||
<filename role="package">sysutils/portupgrade</filename>
|
||||
对您重新安装 ports 会有很大的帮助。</para>
|
||||
|
||||
<para>注意还是有一些不兼容的情形。 例如,
|
||||
<filename
|
||||
role="package">devel/gnomevfs2</filename>, <filename
|
||||
role="package">mail/postfix</filename>, 以及 <filename
|
||||
role="package">security/cfs</filename> 这些 ports
|
||||
需要重新编译, 因为 <literal>statfs</literal>
|
||||
结构发生了变化。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>host.conf</filename> 解析器服务的配置文件被
|
||||
(更为通用的) &man.nsswitch.conf.5; 名字服务开关配置机制所取代。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><application>BIND</application> 从版本 8 升级到了版本 9。
|
||||
在 BIND 8 和 9 之间有很多差别。 运行关键 &man.named.8;
|
||||
服务的用户应该阅读
|
||||
<filename>/usr/share/doc/bind9/misc/migration</filename>
|
||||
这份迁移指南。 此外在
|
||||
<filename>/usr/share/doc/bind9/arm</filename>
|
||||
也有一份安装手册。 在运行 &man.named.8; 的系统上,
|
||||
它会默认在 <filename>/var/named</filename> 的 &man.chroot.8;
|
||||
环境中运行。 在 <filename>/var/named</filename> 中有既存的
|
||||
&man.named.8; 配置的用户应该首先备份它, 以避免这些设置被
|
||||
&man.named.8; 的启动脚本所覆盖。</para>
|
||||
</listitem>
|
||||
|
||||
<!-- Ports -->
|
||||
|
||||
<listitem>
|
||||
<para>来自 <application>&xorg;</application> 的
|
||||
X Window System 实现从 5.3-RELEASE 开始成为了
|
||||
&os; &release.5x; 的默认。 撰写本文时,
|
||||
<application>&xfree86;</application> 依然是
|
||||
&os; &release.4x; 默认的 X Window 系统。
|
||||
关于这两个版本的差异的详情, 以及如何升级现有系统,
|
||||
可以在 &os; 使用手册的 <ulink
|
||||
url="&url.books.handbook;/x11.html">X Window System</ulink>
|
||||
一章中找到。</para>
|
||||
</listitem>
|
||||
|
||||
<!-- Documentation -->
|
||||
|
||||
<listitem>
|
||||
<para>文档 (例如 &os; <ulink
|
||||
url="&url.books.handbook;/index.html">使用手册</ulink>
|
||||
和 <ulink
|
||||
url="&url.books.faq;/index.html">FAQ</ulink>)
|
||||
仍然在持续更新以反映 &os; &release.5x; 的最新变化。</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>更详细的资料可以在 &os; &release.5x; 发行版本的发布说明, 以及 &os; 源代码中的
|
||||
<filename>src/UPDATING</filename> 中找到。 重要的
|
||||
&os; Ports Collection 变动会在 <filename>ports/UPDATING</filename> 和
|
||||
<filename>ports/CHANGES</filename> 两个文件中列出并说明。</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="upgrade">
|
||||
<title>从 &os; &release.4x; 升级需要注意的事项</title>
|
||||
|
||||
<para>对于那些使用现有的 &os; 系统的用户, 这一节提供了一些将现有的 &os;
|
||||
&release.4x; 系统升级到
|
||||
&release.5x; 的说明。 同任何 &os; 升级一样,
|
||||
阅读发布说明以及那个版本的发行版勘误, 以及在源代码升级时阅读
|
||||
<filename>src/UPDATING</filename> 文件都是至关重要的。</para>
|
||||
|
||||
<sect2>
|
||||
<title>使用预编译的版本升级</title>
|
||||
|
||||
<para><quote>备份全部数据, 重新格式化, 重新安装, 然后恢复用户数据</quote>
|
||||
可能是最为简单的升级方式。
|
||||
这会消除任何不兼容或由于过时的可执行文件和配置文件的污染造成的问题。
|
||||
这也使得您能够创建新的文件系统并利用它们的提供的功能
|
||||
(最值得关注的是默认的 UFS2)。</para>
|
||||
|
||||
<para>撰写本文时, &man.sysinstall.8;
|
||||
中使用预编译版本升级的选项还没有针对跨主要版本的升级进行严格的测试。
|
||||
不推荐您使用这个功能。</para>
|
||||
|
||||
<para>一些变化对于那些使用软盘引导和安装 &os; &release.4x;
|
||||
的用户来说相当振奋人心。 安装软盘 (当然是在支持它们的平台上,
|
||||
例如 i386), 在组织结构上与过去相比作了大幅度改进。
|
||||
在 &release.4x; 版本中,
|
||||
软盘中包含一个只提供了足以将系统安装上的功能的内核。
|
||||
这个设计使得内河能够放在一张软盘之内,
|
||||
但缺少了某些硬件配置所需要的设备驱动程序。 从 &os;
|
||||
5.3-RELEASE 开始, 安装软盘中也采用了标准的
|
||||
<literal>GENERIC</literal> 内核, 它被切分成多个片断放在多张软盘上,
|
||||
引导加载器会在需要时提示插入需要的其他磁盘。 下载软盘镜像的用户
|
||||
(可能准备进行网络安装) 需要注意启动软盘现在变成了三张:
|
||||
<filename>boot.flp</filename>,
|
||||
<filename>kern1.flp</filename>, 以及
|
||||
<filename>kern2.flp</filename>。</para>
|
||||
|
||||
<para>在 i386 架构上的 CDROM 现在采用了
|
||||
<quote>no-emulation</quote> 引导加载器。 除了其他好处之外,
|
||||
这样使得直接使用 <literal>GENERIC</literal>
|
||||
内核而不是先前版本中软盘镜像的那个削减过的内核成为可能。
|
||||
一般来说, 能够从 µsoft;
|
||||
&windowsnt; 4, &windows2k;, 或 &windowsxp; 安装
|
||||
CDROM 的机器应该能够正确使用 &os; &release.5x; CDROM。</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>源代码升级</title>
|
||||
|
||||
<note>
|
||||
<para>许多用户和开发人员会觉得备份全部数据和配置文件
|
||||
(这是预防任何意外的好习惯), 完成使用预编译版本的升级,
|
||||
(例如从 CDROM), 然后恢复数据是一种更方便的做法。
|
||||
与源代码升级相比, 这种方式不需要处理磁盘上遗留的文件,
|
||||
并使得系统能够从新的文件系统, 如 UFS2 中受益。</para>
|
||||
|
||||
<para>不熟悉
|
||||
<literal>buildworld</literal>/<literal>installworld</literal>
|
||||
过程的用户在升级 &os; 的时候 <emphasis>不</emphasis>
|
||||
应该尝试源代码升级, 他们应该考虑使用预编译版本的升级。</para>
|
||||
</note>
|
||||
|
||||
<para>从源代码升级的过程实际上就是联编一系列源代码并生成本机上的可执行文件。
|
||||
这一操作是通过
|
||||
<literal>buildworld</literal>/<literal>installworld</literal>
|
||||
来完成的, 通常被熟练的 &os; 用户用以追踪开发分支 (例如 &os.stable; 或者
|
||||
&os.current;)。 一般来说, 这一过程要比从预编译的安装包升级麻烦一些,
|
||||
但对于系统配置文件较为复杂或进行了大量定制的用户可能会比较有用。
|
||||
源代码升级对于只能从远程操纵服务器的管理员也尤为有用
|
||||
(因为这种情况无法使用安装介质)。</para>
|
||||
|
||||
<para>一定要记得阅读 <filename>src/UPDATING</filename>。
|
||||
标题为 <quote>To upgrade in-place from
|
||||
4.x-stable to current</quote> 的部分包含了如何一步一步地进行更新的过程,
|
||||
必须严格地按照它来操作, 而不要走某些用户偶尔会用的 <quote>捷径</quote>。
|
||||
下面是一个带注释的升级步骤概述:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>制作备份。</para>
|
||||
|
||||
<para>这一步的重要性绝不是夸大其辞。 备份所有用户数据和配置文件非常的重要。
|
||||
通过 &man.dump.8; 进行零级的转储是一个完成这项工作的好办法,
|
||||
当然, 也还有很多可用的其他方法。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>确保有 30MB 的剩余磁盘空间在
|
||||
<filename>/</filename> 文件系统上。</para>
|
||||
|
||||
<para>&os; &release.5x; 需要使用比 &os;
|
||||
&release.4x; 更多的磁盘空间。 如果 <filename>/tmp</filename>
|
||||
目录是在 <filename>/</filename> 文件系统上的 (这是非常常见的情况),
|
||||
删除其中的所有内容将会有助于释放所需的空间。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>如果需要, 修正 <filename>/etc/fstab</filename>。</para>
|
||||
|
||||
<para>这只影响到较老的 &os;/i386 系统。 这些系统采用
|
||||
MBR-风格的磁盘 slice, &os; 过去支持 <quote>兼容
|
||||
slices</quote>, 也就是可以使用形如
|
||||
<filename>/dev/ad0a</filename> 的名字 (而不明确指定
|
||||
slice 的名字)。 这一特性不再被支持了;
|
||||
磁盘分区的名字必须符合类似
|
||||
<filename>/dev/ad0s1a</filename> 的样子。 换言之,
|
||||
现在磁盘分区必须明确指定磁盘设备、 slice 号,
|
||||
以及分区字母。</para>
|
||||
|
||||
<para>请注意 <quote>兼容 slices</quote>
|
||||
从 &os; 2.2.6-RELEASE 开始已经不是默认的了。
|
||||
这一内容也不适用于 &os;/alpha, 或使用
|
||||
<quote>危险独占 (dangerously dediated)</quote> 模式。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>使用 &man.cvs.1; 或其他等价的工具来获取
|
||||
&os; 基本系统源代码的副本
|
||||
(<filename>src/</filename> 模块)。 要从 CVS 代码库提取
|
||||
5.3-RELEASE, 使用
|
||||
<literal>RELENG_5_3_0_RELEASE</literal> tag。
|
||||
如果想得到 5.3 发行版和安全分支的更新, 使用
|
||||
<literal>RELENG_5_3</literal> tag。 要是用 &os;
|
||||
5-STABLE 开发分支, 则应采用 <literal>RELENG_5</literal> 分支 tag。
|
||||
当使用 CVS 提取代码树时, 使用 CVS 的
|
||||
<option>-P</option> 参数很有用, 它将自动删除空的目录。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&os; &release.5x; 需要在系统的口令和用户组描述文件中增加一些新的项,
|
||||
以适应各种系统服务的需要。 这些应该使用:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mergemaster -p</userinput></screen>
|
||||
|
||||
<para>来安装。 这一步骤是必须的, 它将确保系统中有所需的用户和组身份。</para>
|
||||
|
||||
<para>注意在 &os; &release.5x; 中,
|
||||
&man.nologin.8; 工具的位置从
|
||||
<filename>/sbin/nologin</filename> 变成了
|
||||
<filename>/usr/sbin/nologin</filename>。 由于许多伪用户使用
|
||||
&man.nologin.8; 作为它们的登录 shell, 这一变动需要对
|
||||
<filename>/etc/passwd</filename> 进行更多的修改。</para>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>联编整个系统所需的执行文件和库:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make buildworld</userinput></screen>
|
||||
|
||||
<para>如果 <varname>CPUTYPE</varname> 在
|
||||
<filename>/etc/make.conf</filename> 中进行了定义,
|
||||
则应采用 <literal>?=</literal> 操作符, 这样
|
||||
<literal>buildworld</literal> 过程能够在需要时采用其他设置。</para>
|
||||
|
||||
<para>注意 <varname>MAKEOBJDIRPREFIX</varname> 绝对
|
||||
<emphasis>不能够</emphasis> 在
|
||||
<filename>/etc/make.conf</filename> 中定义。</para>
|
||||
|
||||
<para>基本上, 绝大多数 <filename>/etc/make.conf</filename>
|
||||
中定义的 <quote>开关</quote> 都应被注释掉或删除。
|
||||
特别是可能会影响 &os; 联编或基本操作的那些, 例如
|
||||
<varname>NO_TOOLCHAIN</varname>。</para>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>使用下面的命令联编并安装新的内核:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make buildkernel</userinput></screen>
|
||||
|
||||
<para>注意您必须使用 <literal>buildkernel</literal>
|
||||
&man.make.1; 对象来确保编译的内核采用了上面
|
||||
<literal>buildworld</literal> 过程中生成的编译工具。
|
||||
手工使用 &man.config.8;
|
||||
来创建内核联编区域并尝试联编它可能会不正常。</para>
|
||||
|
||||
<para>虽然联编 (以及在安装之后) 一个定制的内核是可行的, 但使用
|
||||
<literal>GENERIC</literal> 内核并随后安装定制的内核配置能够规避风险。
|
||||
当尝试首次定制内核时, 强烈建议采用 &os; &release.5x;
|
||||
的 <literal>GENERIC</literal> 作为模板,
|
||||
因为大量的设备和选项和 &release.4x; 中有相当大的不同。
|
||||
在配置文件中加入 <literal>COMPAT_FREEBSD4</literal>
|
||||
对于成功的升级至关重要。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>使用下面的命令为 ISA 设备配置设备线索文件。
|
||||
您需要使用适当的硬件架构名称
|
||||
(例如 <literal>i386</literal>) 来换掉
|
||||
<replaceable>MACHINE</replaceable>。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cp sys/<replaceable>MACHINE</replaceable>/conf/GENERIC.hints /boot/device.hints</userinput></screen>
|
||||
|
||||
<para>虽然说空的设备线索文件对于现代的硬件应该是足够了,
|
||||
ISA 线索对于适用定制的 ISA 非PNP卡
|
||||
(可能还需要定制的线索) 来说仍然是需要的,
|
||||
特别是那些没有采用 PNPBIOS 的系统, 或者软驱无法配合
|
||||
PNPBIOS 系统正常工作的机器上。</para>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>用下面的命令安装新内核:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make installkernel</userinput></screen>
|
||||
|
||||
<para>请注意尽管 &os; &release.4x; 内核默认会安装成
|
||||
<filename>/kernel</filename>, &os;
|
||||
&release.5x; 的内核会安装到
|
||||
<filename>/boot/kernel/kernel</filename>。 在
|
||||
&release.4x; 中内核模块一般是安装到
|
||||
<filename>/modules</filename> 目录, 而在
|
||||
&release.5x; 中它们会被安装到
|
||||
<filename>/boot/kernel</filename>。</para>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>使用下面的命令来安装 &os; &release.5x; 引导加载器:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src/sys/boot</userinput>
|
||||
&prompt.root; <userinput>make STRIP="" install</userinput></screen>
|
||||
|
||||
<para>虽然这一步是可选的, 但强烈建议您这么做。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>禁用第三方模块 (例如用于 VMware 的那些) 以避免由于内核
|
||||
ABIs 或其他不兼容所造成的崩溃。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>重新引导进入单用户模式。 此时必须重新启动,
|
||||
因为新的内核是运行新联编好的应用程序所必须的。
|
||||
在单用户模式能够极大地减少在其他程序正在运行的同时进行升级所可能带来的问题。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>用下面的命令来挂接需要的文件系统:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>fsck -p</userinput>
|
||||
&prompt.root; <userinput>mount -uw /</userinput>
|
||||
&prompt.root; <userinput>mount -at ufs</userinput></screen>
|
||||
|
||||
<para>请注意执行 &man.fsck.8; 是升级到
|
||||
&os; &release.5x; 所必须的步骤, 它将修改磁盘的超级块中的统计数据。
|
||||
如果系统时钟使用的是本地时间而非 UTC 时间, 您还需要执行:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>adjkerntz -i</userinput></screen>
|
||||
|
||||
<para>这一步中, 您可能会在控制台上看到这样的信息
|
||||
(会有很多次):</para>
|
||||
|
||||
<screen>WARNING: userland calling deprecated sysctl, please rebuild world</screen>
|
||||
|
||||
<para>您可以简单地忽略它们。</para>
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>使用下面的命令删除 C++ 头文件:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>rm -rf /usr/include/g++</userinput></screen>
|
||||
|
||||
<para>这将防止以后的编译过程错误地使用
|
||||
<application>GCC</application> 2.95 C++ 编译器附带的旧的头文件。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>安装新的可执行文件和库以及其他数据:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make installworld</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>在运行 &man.named.8; 的系统上, 它的配置文件需要挪到
|
||||
<filename>/var/named</filename> 的 &man.chroot.8; 区域中。 如果在
|
||||
<filename>/var/named</filename> 中有有用的文件, 则应该进行备份。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /etc</userinput>
|
||||
&prompt.root; <userinput>mv named named.bak</userinput>
|
||||
&prompt.root; <userinput>mkdir -p /var/named/etc/namedb</userinput>
|
||||
&prompt.root; <userinput>cp -Rp named.bak/* /var/named/etc/namedb</userinput></screen>
|
||||
|
||||
<para>如果配置中使用了生成的
|
||||
<filename>localhost</filename> 文件, 需要用下面的命令来重新生成它们:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /var/named/etc/namedb</userinput>
|
||||
&prompt.root; <userinput>/bin/sh make-localhost</userinput>
|
||||
&prompt.root; <userinput>rm -f localhost-v6.rev localhost.rev</userinput></screen>
|
||||
|
||||
<listitem>
|
||||
<para>运行下面的命令更新系统配置文件:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mergemaster -i</userinput></screen>
|
||||
|
||||
<para>这步不是可选的。 必须让
|
||||
<filename>/etc</filename> 中的启动脚本和配置文件与新的内核及用户执行文件匹配。</para>
|
||||
|
||||
<para>在执行了 &man.mergemaster.8; 之后,
|
||||
最好是看一看 (并适当地修改)
|
||||
<filename>/etc/rc.conf</filename>。
|
||||
这个文件中所定义的许多变量的默认值发生了变化;
|
||||
特别是许多在 &release.4x; 中默认开启的服务在
|
||||
&release.5x; 中不再默认开启了。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
||||
<para>删除遗留的 <application>BIND 8</application>
|
||||
文件:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>rm /usr/bin/dnskeygen /usr/bin/dnsquery</userinput>
|
||||
&prompt.root; <userinput>rm /usr/libexec/named-xfer</userinput>
|
||||
&prompt.root; <userinput>rm /usr/sbin/named.restart /usr/sbin/ndc</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>重新启动。</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>升级了基本系统之后,
|
||||
您通常还需要升级一些非基本系统的组件才能够完全使系统恢复正常。
|
||||
<application>Perl</application> 现在不再是基本系统的一部分了,
|
||||
需要从 Ports Collection (具体来说, <filename
|
||||
role="package">lang/perl5.8</filename> port) 或
|
||||
package 安装。 安装之后, 所有依赖
|
||||
<application>Perl</application> 的应用程序都应重新安装。</para>
|
||||
|
||||
<para>运行 &os; &release.4x; 的可执行文件需要一系列兼容库。
|
||||
它们可以通过使用 <filename
|
||||
role="package">misc/compat4x</filename> package/port
|
||||
来安装。</para>
|
||||
|
||||
<para>就像前一节中所提到的那样,
|
||||
<application>&xorg;</application> 是系统中默认的 X Window
|
||||
System 实现。 Ports Collection
|
||||
(以及 packages) 都可能会依赖它。
|
||||
要将现有的窗口系统从 <application>&xfree86;</application> 转到
|
||||
<application>&xorg;</application>, 请参考 &os; 手册中的 <ulink
|
||||
url="&url.books.handbook;/x-install.html">安装
|
||||
X11</ulink> 一节。</para>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="summary">
|
||||
|
||||
<title>总结</title>
|
||||
|
||||
<para>这篇文档介绍了 &os; &release.5x; 中最值得注意的新特性,
|
||||
并列举了一些在升级现有的 &os; &release.4x; 系统时需要注意的问题。
|
||||
它还展示了两组升级方法, 一种是从安装介质中使用预编译的版本,
|
||||
而另一种则是从源代码重新编译整个基本系统。</para>
|
||||
|
||||
</sect1>
|
||||
</article>
|
19
release/doc/zh_CN.GB2312/errata/Makefile
Normal file
19
release/doc/zh_CN.GB2312/errata/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/errata
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/errata
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
105
release/doc/zh_CN.GB2312/errata/article.sgml
Normal file
105
release/doc/zh_CN.GB2312/errata/article.sgml
Normal file
@ -0,0 +1,105 @@
|
||||
<!--
|
||||
FreeBSD errata document. Unlike some of the other RELNOTESng
|
||||
files, this file should remain as a single SGML file, so that
|
||||
the dollar FreeBSD dollar header has a meaningful modification
|
||||
time. This file is all but useless without a datestamp on it,
|
||||
so we'll take some extra care to make sure it has one.
|
||||
|
||||
(If we didn't do this, then the file with the datestamp might
|
||||
not be the one that received the last change in the document.)
|
||||
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.69.2.1
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY release.bugfix "5.3-RELEASE">
|
||||
]>
|
||||
|
||||
<article>
|
||||
<articleinfo>
|
||||
<title>&os; &release.current; 发行版勘误</title>
|
||||
|
||||
<corpauthor>
|
||||
The &os; Project
|
||||
</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD$</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
<legalnotice id="trademarks" role="trademarks">
|
||||
&tm-attrib.freebsd;
|
||||
&tm-attrib.intel;
|
||||
&tm-attrib.sparc;
|
||||
&tm-attrib.general;
|
||||
</legalnotice>
|
||||
</articleinfo>
|
||||
|
||||
<abstract>
|
||||
<para>这份文档列出了 &os; &release.current; 的勘误内容,
|
||||
这包括在发行版发布之后, 或在发行版制作过程后期发现的重大问题,
|
||||
而由于种种原因这样的问题可能无法在发布版本的文档中体现。
|
||||
这些信息包括安全公告, 以及可能影响其操作或可用性的软件或文档变动。
|
||||
在您安装此版本的 &os; 之前, 应首先参考这份文档的最新版本。</para>
|
||||
|
||||
<para>此 &os; &release.current; 的勘误文档将被持续维护,
|
||||
直到 &os; 的下一个版本 &release.next; 发布为止。</para>
|
||||
</abstract>
|
||||
|
||||
<sect1 id="intro">
|
||||
<title>Introduction</title>
|
||||
|
||||
<para>这份勘误文档包括了关于 &os; &release.current; 的
|
||||
<quote>重大新闻</quote>。 在安装此版本之前,
|
||||
参考这份文档以了解是否在发布之后发现了什么问题非常重要,
|
||||
因为这里也会指出如何修正它们。</para>
|
||||
|
||||
<para>随发行版本而发布的这份文档 (例如, 在 CDROM 发行包中附带的)
|
||||
一般来说是过时的, 但在 Internet 上的副本会被随时更新,
|
||||
应作为这一发行版的 <quote>最新勘误</quote> 看待。
|
||||
这些副本可以在 <ulink
|
||||
url="http://www.FreeBSD.org/releases/"></ulink>,
|
||||
以及所有保持与其同步的镜像上找到。</para>
|
||||
|
||||
<para>&os; &release.branch; 的源代码和预编译的快照版本也包含这份文档的最新版本
|
||||
(在制作那份快照时最新的)。</para>
|
||||
|
||||
<para>要了解全部的 &os; CERT 安全公告, 请访问 <ulink
|
||||
url="http://www.FreeBSD.org/security/"></ulink> 或 <ulink
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/"></ulink>。</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="security">
|
||||
<title>安全公告</title>
|
||||
|
||||
<para>目前尚无安全公告。</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="open-issues">
|
||||
<title>存在的问题</title>
|
||||
|
||||
<para>目前尚无问题。</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="late-news">
|
||||
<title>重大新闻</title>
|
||||
|
||||
<para>无新闻。</para>
|
||||
</sect1>
|
||||
|
||||
</article>
|
12
release/doc/zh_CN.GB2312/hardware/Makefile
Normal file
12
release/doc/zh_CN.GB2312/hardware/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
#
|
||||
# Original Revision: 1.6
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
|
||||
SUBDIR= amd64
|
||||
SUBDIR+= i386
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
18
release/doc/zh_CN.GB2312/hardware/Makefile.inc
Normal file
18
release/doc/zh_CN.GB2312/hardware/Makefile.inc
Normal file
@ -0,0 +1,18 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
#
|
||||
# Original Revision: 1.3
|
||||
# $FreeBSD$
|
||||
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/hardware/${.CURDIR:T}
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/hardware/${.CURDIR:T}
|
||||
.endif
|
||||
|
||||
# Force include of the autogenerated catalog. It has to be set
|
||||
# directly in the CATALOG variable since doc.docbook.mk check if each
|
||||
# catalog file exist for the other *CATALOG variables, and
|
||||
# catalog-auto does not exist yet when that check is performed,
|
||||
# causing catalog-auto not to be added to CATALOGS which breaks the
|
||||
# build.
|
||||
CATALOGS+= -c ${DEV-AUTODIR}/catalog-auto
|
25
release/doc/zh_CN.GB2312/hardware/amd64/Makefile
Normal file
25
release/doc/zh_CN.GB2312/hardware/amd64/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
#
|
||||
# Original Revision: 1.2
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= proc-amd64.sgml
|
||||
SRCS+= ../common/hw.ent
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/dev.sgml
|
||||
SRCS+= ${DEV-AUTODIR}/catalog-auto
|
||||
SRCS+= ${DEV-AUTODIR}/dev-auto.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
30
release/doc/zh_CN.GB2312/hardware/amd64/article.sgml
Normal file
30
release/doc/zh_CN.GB2312/hardware/amd64/article.sgml
Normal file
@ -0,0 +1,30 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.3
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN">
|
||||
%devauto;
|
||||
<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "amd64">
|
||||
<!ENTITY arch.print "AMD64">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
§.intro;
|
||||
§.proc.amd64;
|
||||
§.dev;
|
||||
</article>
|
66
release/doc/zh_CN.GB2312/hardware/amd64/proc-amd64.sgml
Normal file
66
release/doc/zh_CN.GB2312/hardware/amd64/proc-amd64.sgml
Normal file
@ -0,0 +1,66 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.3.4.1
|
||||
$FreeBSD$
|
||||
-->
|
||||
<sect1 id="proc">
|
||||
<title>支持的处理器和主板</title>
|
||||
|
||||
<para>从 2003 年中开始, &os;/&arch; 提供了 &arch.print;
|
||||
(<quote>Hammer</quote>) 和 Intel EM64T 架构的支持,
|
||||
现在则更成为了 Tier-1 平台 (完全支持的架构),
|
||||
您可以预期它在 &os; 操作系统的各个方面拥有产品级的品质,
|
||||
包括安装和开发环境。</para>
|
||||
|
||||
<para>请注意这个架构有两个名字,
|
||||
AMD64 (AMD) 和 Intel EM64T (扩展内存 64-位 技术)。
|
||||
两种架构的 64-位 模式几乎是完全相互兼容的,
|
||||
而 &os;/&arch; 则应该两者都能支持。</para>
|
||||
|
||||
<para>撰写本文时, 已经确认能够支持下列处理器:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>AMD Athlon64 (<quote>Clawhammer</quote>).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>AMD Opteron (<quote>Sledgehammer</quote>).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Intel 64-位 至强 (<quote>Nacona</quote>).
|
||||
这款处理器采用 90nm 制程工艺制造, 运行于
|
||||
2.80 到 3.60 GHz (FSB 800MHz) 并配合 Intel E7520/E7525/E7320 芯片组。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>支持 Intel EM64T 的 Intel 奔腾 4 处理器
|
||||
(<quote>Prescott</quote>).
|
||||
这些处理器采用 90nm 制程工艺制造,
|
||||
使用 FC-LGA775 封装, 运行于 3.20F/3.40F/3.60F GHz
|
||||
并配合 Intel 925X Express 芯片组。
|
||||
相关的 S-Spec 编号为 SL7L9, SL7L8, SL7LA, SL7NZ, SL7PZ,
|
||||
和 SL7PX。 请注意标记为 5xx 号的处理器并不支持
|
||||
EM64T。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Intel EM64T 是 IA-32 (x86) 的一个扩展版本, 并不同于
|
||||
Intel IA-64 (安腾) 架构, 后者为 &os;/ia64 所支持。
|
||||
一些 Intel 的较早的文档将 Intel EM64T 称为
|
||||
<quote>64-位扩展技术</quote> 或 <quote>IA-32e</quote>。</para>
|
||||
|
||||
<para>目前为止测试过的最大内存配置是 8GB。 SMP 支持已经于近日完工,
|
||||
并相当稳定了。</para>
|
||||
|
||||
<para>在许多方面, &os;/&arch; 和 &os;/i386 非常相像, 特别是所支持的设备方面。
|
||||
在 64-位 代码清理以及一些 (特别是旧的) 驱动方面还存在一些问题。
|
||||
一般来说, 在其他 64-位 平台上运行正常的驱动应该可以使用。</para>
|
||||
|
||||
<para>&os;/&arch; 是 &os; 一个非常年轻的平台。 尽管核心的
|
||||
&os; 内核和基本系统组件是相当健壮的,
|
||||
但可能还存在一些不太完善的地方, 特别是对第三方软件包的支持方面。</para>
|
||||
|
||||
</sect1>
|
21
release/doc/zh_CN.GB2312/hardware/common/artheader.sgml
Normal file
21
release/doc/zh_CN.GB2312/hardware/common/artheader.sgml
Normal file
@ -0,0 +1,21 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.5
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<articleinfo>
|
||||
<title>&os;/&arch; &release.current; 兼容硬件说明</title>
|
||||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
</articleinfo>
|
1177
release/doc/zh_CN.GB2312/hardware/common/dev.sgml
Normal file
1177
release/doc/zh_CN.GB2312/hardware/common/dev.sgml
Normal file
File diff suppressed because it is too large
Load Diff
18
release/doc/zh_CN.GB2312/hardware/common/hw.ent
Normal file
18
release/doc/zh_CN.GB2312/hardware/common/hw.ent
Normal file
@ -0,0 +1,18 @@
|
||||
<!-- -*- sgml -*- -->
|
||||
<!-- Original Revision: 1.5 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- Text constants which probably don't need to be changed.-->
|
||||
|
||||
<!-- Files to be included -->
|
||||
|
||||
<!ENTITY artheader SYSTEM "../common/artheader.sgml">
|
||||
<!ENTITY sect.intro SYSTEM "../common/intro.sgml">
|
||||
<!ENTITY sect.proc.alpha SYSTEM "../alpha/proc-alpha.sgml">
|
||||
<!ENTITY sect.proc.amd64 SYSTEM "../amd64/proc-amd64.sgml">
|
||||
<!ENTITY sect.proc.i386 SYSTEM "../i386/proc-i386.sgml">
|
||||
<!ENTITY sect.proc.ia64 SYSTEM "../ia64/proc-ia64.sgml">
|
||||
<!ENTITY sect.proc.pc98 SYSTEM "../pc98/proc-pc98.sgml">
|
||||
<!ENTITY sect.proc.sparc64 SYSTEM "../sparc64/proc-sparc64.sgml">
|
||||
<!ENTITY sect.dev SYSTEM "../common/dev.sgml">
|
||||
|
24
release/doc/zh_CN.GB2312/hardware/common/intro.sgml
Normal file
24
release/doc/zh_CN.GB2312/hardware/common/intro.sgml
Normal file
@ -0,0 +1,24 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.6
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<sect1 id="intro">
|
||||
<title>介绍</title>
|
||||
|
||||
<para>这份文档包含了 &os; &release.current; (也记为 &os;/&arch; &release.current;)
|
||||
在 &arch.print; 硬件平台上的兼容硬件说明。 它列出了已知能够在这一平台上使用的硬件,
|
||||
以及一些有用的启动时内核定制项, 用以支持新的设备。</para>
|
||||
|
||||
<note>
|
||||
<para>这份文档包含的信息是 &arch.print;
|
||||
硬件平台所专用的。 不同硬件架构上的硬件兼容说明可能有一些细节上的差异。</para>
|
||||
</note>
|
||||
|
||||
<para arch="ia64">关于 &os;/&arch; 的更多信息可以在
|
||||
<ulink url="http://www.FreeBSD.org/platforms/ia64/index.html">&os;/&arch;
|
||||
Project</ulink> 上找到。</para>
|
||||
|
||||
</sect1>
|
24
release/doc/zh_CN.GB2312/hardware/i386/Makefile
Normal file
24
release/doc/zh_CN.GB2312/hardware/i386/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
# Original Revision: 1.6
|
||||
#
|
||||
# $FreeBSD$
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= proc-i386.sgml
|
||||
SRCS+= ../common/hw.ent
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/dev.sgml
|
||||
SRCS+= ${DEV-AUTODIR}/catalog-auto
|
||||
SRCS+= ${DEV-AUTODIR}/dev-auto.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
30
release/doc/zh_CN.GB2312/hardware/i386/article.sgml
Normal file
30
release/doc/zh_CN.GB2312/hardware/i386/article.sgml
Normal file
@ -0,0 +1,30 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
Original Revision: 1.6
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN">
|
||||
%devauto;
|
||||
<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "i386">
|
||||
<!ENTITY arch.print "i386">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
§.intro;
|
||||
§.proc.i386;
|
||||
§.dev;
|
||||
</article>
|
80
release/doc/zh_CN.GB2312/hardware/i386/proc-i386.sgml
Normal file
80
release/doc/zh_CN.GB2312/hardware/i386/proc-i386.sgml
Normal file
@ -0,0 +1,80 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.13
|
||||
$FreeBSD$
|
||||
-->
|
||||
<sect1 id="proc">
|
||||
<title>支持的处理器和主板</title>
|
||||
|
||||
<para>&os;/i386 能够在各式各样的 <quote>IBM PC
|
||||
兼容</quote> 机器上运行。 由于这种架构的硬件非常多,
|
||||
不可能详尽地列举 &os; 所支持的所有设备组合。
|
||||
不过, 这里给出了一些一般的指导原则。</para>
|
||||
|
||||
<para>几乎所有的 i386-兼容 处理器都能被很好地支持。 &os; 支持从 80386 开始的所有
|
||||
Intel 处理器, 包括 80386, 80486, Pentium, Pentium Pro, Pentium II, Pentium III,
|
||||
Pentium 4, 以及它们的一些变体, 例如 Xeon (至强) 和 Celeron (赛扬)
|
||||
处理器。 (不过, &os; 5.2-RELEASE 和之后的版本不再支持
|
||||
80386SX 处理器。) 所有 i386-兼容 的 AMD 处理器也被支持, 这包括
|
||||
Am486, Am5x86, K5, K6
|
||||
(及其变体), Athlon (包括 Athlon-MP, Athlon-XP, Athlon-4,
|
||||
以及 Athlon Thunderbird), 还有 Duron 处理器。 AMD
|
||||
Élan SC520 嵌入式处理器也在支持之列。 Transmeta
|
||||
Crusoe 被视为支持的处理器, 此外, 还包括来自 Cyrix 和 NexGen
|
||||
的 i386-兼容 处理器。</para>
|
||||
|
||||
<para>这类架构的主板型号也非常众多。 使用
|
||||
ISA, VLB, EISA, AGP, 和 PCI 扩展总线的主板的支持非常完善。
|
||||
此外, 对 IBM PS/2 系列 PC 的 MCA (<quote>MicroChannel</quote>)
|
||||
扩展总线也提供了有限的支持。</para>
|
||||
|
||||
<para>一般而言, &os; 支持对称多处理器 (SMP) 的系统, 尽管一些时候
|
||||
BIOS 或主板的问题可能会造成麻烦。 &a.smp;
|
||||
邮件列表的存档可能能提供一些线索。</para>
|
||||
|
||||
<para>&os; 能够利用 Intel CPU 的超线程 (HTT) 支持并从中受益。 启用了
|
||||
<literal>options SMP</literal> 的内核能够自动检测到附加的逻辑处理器。
|
||||
默认的 &os; 调度器将逻辑处理器等同于一些额外的物理处理爱;
|
||||
换言之, 它不会尝试根据同一 CPU 上的逻辑处理器对调度决策实施优化。
|
||||
由于这种简单的调度策略会导致性能不够理想, 某些情况下通过设置
|
||||
<varname>machdep.hlt_logical_cpus</varname> sysctl
|
||||
变量来禁止逻辑处理器可能会改善性能。 此外, 也可以使用
|
||||
<varname>machdep.hlt_cpus</varname> sysctl
|
||||
变量设置空闲循环来禁用某个特定的逻辑处理器。 请参考
|
||||
&man.smp.4; 联机手册来了解详情。</para>
|
||||
|
||||
<para>&os; 能够利用支持物理地址扩展 (PAE) 的 CPU 上的这种能力。
|
||||
启用了 <literal>PAE</literal> 特性的内核能够检测高于 4GB
|
||||
的内存并使用它们。 这一特性对设备驱动和 &os;
|
||||
能够利用的其它特性有一些约束, 请参考 &man.pae.4; 联机手册了解详情。</para>
|
||||
|
||||
<para>一般来说, &os; 能够在基于 i386 的笔记本上运行, 虽然对于特定硬件特性,
|
||||
例如声音, 图形, 电源管理, 以及 PCCARD 扩展槽的支持可能存在程度上的差异。
|
||||
这些特性在不同的机器上迥然不同, 通常需要 &os; 对它们进行各式各样的支持特例,
|
||||
以绕过硬件的问题或其他诡异的毛病。 如有怀疑, 请搜索
|
||||
&a.mobile; 邮件列表的存档以得到有用的资料。</para>
|
||||
|
||||
<para>绝大多数较新的笔记本 (以及许多桌面机) 都使用了高级配置和电源管理
|
||||
(ACPI) 标准。 &os; 通过来自 Intel 的 ACPI 组件架构参考实现来支持 ACPI,
|
||||
在 &man.acpi.4; 联机手册中提供了它的介绍。 在一些机器上使用 ACPI
|
||||
可能会造成不稳定, 此时您可能需要禁用 ACPI 驱动程序,
|
||||
它通常是通过内核模块来加载的。 您可以通过在
|
||||
<filename>/boot/device.hints</filename> 增加下面的行来达到目的:</para>
|
||||
|
||||
<programlisting>hint.acpi.0.disabled="1"</programlisting>
|
||||
|
||||
<para>调试 ACPI 相关问题的用户可能会发现禁用一部分 ACPI
|
||||
功能会很有用。 &man.acpi.4;
|
||||
联机手册提供了关于如何在引导夹在其中进行设置来完成这些工作的详细信息。</para>
|
||||
|
||||
<para>ACPI 依赖于由 BIOS 提供的 Differentiated System Descriptor Table
|
||||
(DSDT)。 一些机器上的 DSDT 无效或不完整, 这可能会导致 ACPI
|
||||
无法正常工作。 用于替代某些机器上的 DSDT 可以在 <ulink
|
||||
url="http://acpi.sourceforge.net/">ACPI4Linux</ulink> 项目的网站中的
|
||||
<ulink
|
||||
url="http://acpi.sourceforge.net/dsdt/index.php">DSDT</ulink>
|
||||
部分找到。 &os; 可以使用这些 DSDT 来代替由 BIOS 提供的
|
||||
DSDT; 参见 &man.acpi.4; 联机手册以获得更多信息。</para>
|
||||
|
||||
</sect1>
|
14
release/doc/zh_CN.GB2312/installation/Makefile
Normal file
14
release/doc/zh_CN.GB2312/installation/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# Original Revision: 1.6
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
|
||||
SUBDIR = alpha
|
||||
SUBDIR+= amd64
|
||||
SUBDIR+= ia64
|
||||
SUBDIR+= i386
|
||||
SUBDIR+= pc98
|
||||
SUBDIR+= sparc64
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
8
release/doc/zh_CN.GB2312/installation/Makefile.inc
Normal file
8
release/doc/zh_CN.GB2312/installation/Makefile.inc
Normal file
@ -0,0 +1,8 @@
|
||||
# Original Revision: 1.2
|
||||
# $FreeBSD$
|
||||
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T}
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/installation/${.CURDIR:T}
|
||||
.endif
|
21
release/doc/zh_CN.GB2312/installation/alpha/Makefile
Normal file
21
release/doc/zh_CN.GB2312/installation/alpha/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Original Revision: 1.4
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/abstract.sgml
|
||||
SRCS+= ../common/install.sgml
|
||||
SRCS+= ../common/layout.sgml
|
||||
SRCS+= ../common/trouble.sgml
|
||||
SRCS+= ../common/upgrade.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/zh_CN.GB2312/installation/alpha/article.sgml
Normal file
31
release/doc/zh_CN.GB2312/installation/alpha/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.4
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/install.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "alpha">
|
||||
<!ENTITY arch.print "Alpha/AXP">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
&abstract;
|
||||
§.install;
|
||||
§.layout;
|
||||
§.upgrade;
|
||||
§.trouble;
|
||||
</article>
|
21
release/doc/zh_CN.GB2312/installation/amd64/Makefile
Normal file
21
release/doc/zh_CN.GB2312/installation/amd64/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/abstract.sgml
|
||||
SRCS+= ../common/install.sgml
|
||||
SRCS+= ../common/layout.sgml
|
||||
SRCS+= ../common/trouble.sgml
|
||||
SRCS+= ../common/upgrade.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/zh_CN.GB2312/installation/amd64/article.sgml
Normal file
31
release/doc/zh_CN.GB2312/installation/amd64/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.2
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/install.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "amd64">
|
||||
<!ENTITY arch.print "AMD64">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
&abstract;
|
||||
§.install;
|
||||
§.layout;
|
||||
§.upgrade;
|
||||
§.trouble;
|
||||
</article>
|
11
release/doc/zh_CN.GB2312/installation/common/abstract.sgml
Normal file
11
release/doc/zh_CN.GB2312/installation/common/abstract.sgml
Normal file
@ -0,0 +1,11 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.2
|
||||
$FreeBSD$ -->
|
||||
|
||||
<abstract>
|
||||
<para>这篇文章对安装
|
||||
&os;/&arch; &release.current; 作了一些简短的说明,特别强调了如何获取
|
||||
&os; 发行版本。 也给出了发现并解决的故障和频繁被问到的问题的记录。</para>
|
||||
</abstract>
|
23
release/doc/zh_CN.GB2312/installation/common/artheader.sgml
Normal file
23
release/doc/zh_CN.GB2312/installation/common/artheader.sgml
Normal file
@ -0,0 +1,23 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.5
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<articleinfo>
|
||||
<title>&os;/&arch; &release.current; °²×°ËµÃ÷Êé</title>
|
||||
|
||||
<corpauthor>
|
||||
The &os; Project
|
||||
</corpauthor>
|
||||
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
</articleinfo>
|
20
release/doc/zh_CN.GB2312/installation/common/install.ent
Normal file
20
release/doc/zh_CN.GB2312/installation/common/install.ent
Normal file
@ -0,0 +1,20 @@
|
||||
<!-- -*- sgml -*- -->
|
||||
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.2
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!-- Text constants which probably don't need to be changed.-->
|
||||
|
||||
<!-- Files to be included -->
|
||||
|
||||
<!ENTITY artheader SYSTEM "artheader.sgml">
|
||||
<!ENTITY abstract SYSTEM "abstract.sgml">
|
||||
<!ENTITY sect.install SYSTEM "install.sgml">
|
||||
<!ENTITY sect.layout SYSTEM "layout.sgml">
|
||||
<!ENTITY sect.upgrade SYSTEM "upgrade.sgml">
|
||||
<!ENTITY sect.trouble SYSTEM "trouble.sgml">
|
||||
|
930
release/doc/zh_CN.GB2312/installation/common/install.sgml
Normal file
930
release/doc/zh_CN.GB2312/installation/common/install.sgml
Normal file
@ -0,0 +1,930 @@
|
||||
<!--
|
||||
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.27
|
||||
$FreeBSD$
|
||||
|
||||
install.sgml
|
||||
|
||||
This file has architecture-dependent installation instructions, culled
|
||||
from {alpha,i386}/INSTALL.TXT.
|
||||
|
||||
-->
|
||||
|
||||
<sect1 id="install">
|
||||
<title>安装 &os;</title>
|
||||
|
||||
<para>这一章节记述了安装一个新的 &os; 发行版本的过程。
|
||||
这些说明重点强调了获取 &os; &release.current;
|
||||
发行版本并开始安装的过程。<ulink
|
||||
url="http://www.FreeBSD.org/doc/zh_CN.GB2312/books/handbook/">FreeBSD
|
||||
使用手册</ulink>的<ulink
|
||||
url="http://www.FreeBSD.org/doc/zh_CN.GB2312/books/handbook/install.html"><quote>安装
|
||||
FreeBSD</quote></ulink>一章提供了有关安装程序本身更深层次的信息,
|
||||
包括一个全程截图的指南。</para>
|
||||
|
||||
<para>如果您正在从 &os; 的前一个发行版本升级,请查看
|
||||
<xref linkend="upgrading">的升级说明。</para>
|
||||
|
||||
<sect2 id="getting-started">
|
||||
<title>开始</title>
|
||||
|
||||
<para>可能在安装前要做的最重要的步骤就是阅读 &os;
|
||||
提供的各种各样的安装文档。 与 &os; 这个发行版本相关的文档的 roadmap
|
||||
可以在 <filename>README.TXT</filename>
|
||||
中找到,这个文件通常放在和本文件相同的位置。
|
||||
大部分文档,比如发行注记和硬件兼容性列表也可以在安装程序的
|
||||
Documentation 菜单中查看。</para>
|
||||
|
||||
<para>注意 &os; <ulink
|
||||
url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/">FAQ</ulink> 和<ulink
|
||||
url="http://www.FreeBSD.org/doc/zh_CN.GB2312/books/handbook/">使用手册</ulink>
|
||||
的在线版本也可以在 <ulink url="http://www.FreeBSD.org/">FreeBSD
|
||||
项目 Web 站点</ulink>上找到,只要您拥有一条 Internet 连接。</para>
|
||||
|
||||
<para>这份文档集合可能看起来很吓人,但是阅读它们所花费的时间很可能会节省更多的时间。
|
||||
熟悉可用的资源也有助于处理安装过程中的问题。</para>
|
||||
|
||||
<para>再好的计划有时也会出错, 所以如果您遇到麻烦请看一看
|
||||
<xref linkend="trouble">, 包含了很多有价值的出错处理的信息。
|
||||
在安装之前您也应该阅读升级过的
|
||||
<filename>ERRATA.TXT</filename> 拷贝,
|
||||
因为这会对您的特定发行版本的中间时期所报告的任何问题向您提出警告。</para>
|
||||
|
||||
<important>
|
||||
<para>尽管 &os; 会尽可能地避免偶然的数据丢失,
|
||||
但是如果在安装过程中您做错了什么还是很可能会
|
||||
<emphasis>清空您的整个硬盘</emphasis>。
|
||||
请不要进入 &os; 最后的安装菜单,
|
||||
除非您事先已经对重要数据进行了充分的备份。</para>
|
||||
</important>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>硬件需求</title>
|
||||
|
||||
<!-- i386/pc98 text starts here -->
|
||||
|
||||
<para arch="i386,pc98">&arch.print; 体系的 &os; 需要 486 或者更高的处理器来安装运行
|
||||
(虽然 &os; 可以用定制的内核运行在 386 处理器上),
|
||||
至少 8 兆内存来安装、7 兆内存来运行。
|
||||
最小安装您需要有至少 150MB 的剩余磁盘空间。继续阅读查找压缩存在的
|
||||
DOS 分区用来安装 &os; 的方法。</para>
|
||||
|
||||
<!-- alpha text starts here -->
|
||||
|
||||
<para arch="alpha">&arch.print; 体系的 &os; 支持的平台在
|
||||
<filename>HARDWARE.TXT</filename> 中描述。</para>
|
||||
|
||||
<para arch="alpha">您需要一块专门的磁盘来安装
|
||||
&os;/alpha。和其他操作系统共享一块磁盘现在来说是不可行的。
|
||||
这块磁盘需要连接在 SRM 固件支持的 SCSI 控制器上,
|
||||
或者是一块 IDE 磁盘,如果您机器的 SRM 支持从 IDE 磁盘启动的话。</para>
|
||||
|
||||
<para arch="alpha">您的根文件系统必须位于可启动磁盘的第一个分区
|
||||
(partition <literal>a</literal>)。</para>
|
||||
|
||||
<para arch="alpha">您需要针对您的平台的 SRM 控制台固件。
|
||||
有时候,可以在 AlphaBIOS (或 ARC) 固件和 SRM 之间切换。
|
||||
否则的话就必须从销售商的 Web 站点下载最新的固件。</para>
|
||||
|
||||
<!-- sparc64 text starts here -->
|
||||
|
||||
<para arch="sparc64">&arch.print; 体系的 &os; 支持的平台在
|
||||
<filename>HARDWARE.TXT</filename> 中描述。</para>
|
||||
|
||||
<para arch="sparc64">您需要一块专门的磁盘来安装
|
||||
&os;/sparc64。和其他操作系统共享一块磁盘现在来说是不可行的。</para>
|
||||
|
||||
<!-- amd64 text starts here -->
|
||||
<para arch="amd64">&arch.print; 体系的 &os; 需要
|
||||
Athlon64、Athlon64-FX、Opteron 或者更好的处理器来运行。</para>
|
||||
|
||||
<para arch="amd64">如果您有一台机器基于
|
||||
nVidia nForce3 Pro-150,您必须在 BIOS 设定中禁用
|
||||
IO APIC。如果没有一个选项来调整这个,您可能必须禁用
|
||||
ACPI。在 Pro-150 芯片组中有些 bug 我们还没有找到解决方案。</para>
|
||||
|
||||
<!-- generic text starts here -->
|
||||
|
||||
<para>如果您对配置 &os; 的硬件不熟悉,您一定要阅读
|
||||
<filename>HARDWARE.TXT</filename> 文件,它包含了 &os;
|
||||
支持的硬件的重要信息。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="floppies">
|
||||
<title>软盘映像说明</title>
|
||||
|
||||
<para arch="i386,alpha,pc98">取决于您选择如何来安装
|
||||
&os;,您可能需要创建几张软盘(通常是三张)来开启安装过程。
|
||||
这一章节简要描述了如何创建这些软盘来从 CDROM 或者从 Internet
|
||||
安装。注意一般情况下在一台支持自启动 CDROM 的机器上从 CDROM
|
||||
安装 &os; 的话,这一章节描述的步骤都是不需要的,可以跳过。</para>
|
||||
|
||||
<para arch="i386,alpha">对于大多数 CDROM 或者网络安装来说,您需要从
|
||||
<filename>floppies/</filename> 目录拷贝到真实软盘的只有
|
||||
<filename>boot.flp</filename> 和 <filename>kernX.flp</filename>
|
||||
映像(用于 1.44MB 软盘)。</para>
|
||||
|
||||
<para arch="pc98">对于通常的CDROM 或者网络安装来说,您需要从
|
||||
<filename>floppies/</filename> 目录拷贝到真实软盘的只有
|
||||
<filename>boot.flp</filename> 和 <filename>kernX.flp</filename>
|
||||
映像(用于 1.44MB 软盘) 或者 <filename>boot-small.flp</filename> 和
|
||||
<filename>kern-small.flp</filename> 映像(用于 1.2MB 软盘)。</para>
|
||||
|
||||
<para arch="i386,alpha,pc98">通过网络获取这些映像很容易。只需要从 <ulink
|
||||
url="&release.url;"></ulink>
|
||||
或者列在使用手册的 <ulink
|
||||
url="http://www.FreeBSD.org/doc/zh_CN.GB2312/books/handbook/mirrors-ftp.html">FTP
|
||||
站点</ulink>一节或
|
||||
<ulink url="http://mirrorlist.FreeBSD.org/"></ulink> Web 页面中的众多镜像站点中下载
|
||||
<replaceable>release</replaceable><filename>/floppies/boot.flp</filename>
|
||||
和所有的
|
||||
<replaceable>release</replaceable><filename>/floppies/kernX.flp</filename>
|
||||
文件。</para>
|
||||
|
||||
<para arch="i386,alpha">拿来三张空的、新格式化过的软盘,一张复制映像
|
||||
<filename>boot.flp</filename>,另两张复制 <filename>kernX.flp</filename> 文件。
|
||||
这些映像 <emphasis>不是</emphasis> DOS 文件。您不能把它们当作普通文件简单的复制到一张
|
||||
DOS 或者 UFS 软盘上,您需要在 DOS 下使用 <filename>fdimage.exe</filename>
|
||||
或者在 UNIX 下使用 &man.dd.1; 命令把它们<quote>image</quote>复制到软盘上(查看您的
|
||||
CDROM 或者 &os; FTP 镜像上的 <filename>tools</filename> 目录)。</para>
|
||||
|
||||
<para arch="pc98">拿来三张空的、新格式化过的软盘,一张复制映像
|
||||
<filename>boot.flp</filename>,另两张复制 <filename>kernX.flp</filename> 文件。
|
||||
这些映像 <emphasis>不是</emphasis> DOS 文件。您不能把它们当作普通文件简单的复制到一张
|
||||
DOS 或者 UFS 软盘上,您需要在 DOS 下使用 <filename>rawrite.exe</filename>
|
||||
或者在 UNIX 下使用 &man.dd.1; 命令把它们<quote>image</quote>复制到软盘上(查看您的
|
||||
CDROM 或者 &os; FTP 镜像上的 <filename>tools</filename> 目录)。</para>
|
||||
|
||||
<para arch="i386,alpha,pc98">例如,要从 DOS 下创建内核软盘映像,您应该这样做:</para>
|
||||
|
||||
<screen arch="i386,alpha"><prompt>C></prompt> <userinput>fdimage boot.flp a:</userinput></screen>
|
||||
<screen arch="pc98"><prompt>A></prompt> <userinput>rawrite</userinput></screen>
|
||||
|
||||
<para arch="i386,alpha">假定您已经把 <filename>fdimage.exe</filename> 和 <filename>boot.flp</filename>
|
||||
复制到了某个目录里。当然,您应该对 <filename>kernX.flp</filename> 文件也这么做。</para>
|
||||
|
||||
<para arch="pc98">假定您已经把 <filename>rawrite.exe</filename> 和 <filename>boot.flp</filename>
|
||||
复制到了某个目录里。当然,您应该对 <filename>kernX.flp</filename> 文件也这么做。</para>
|
||||
|
||||
<para arch="i386,alpha,pc98">如果您正在一台 UNIX 机器上创建启动软盘,您可能会发现:</para>
|
||||
|
||||
<screen arch="i386,alpha">&prompt.root; <userinput>dd if=floppies/boot.flp of=/dev/rfd0</userinput></screen>
|
||||
<screen arch="pc98">&prompt.root; <userinput>dd if=floppies/boot.flp of=/dev/rfd0.1440</userinput></screen>
|
||||
|
||||
<para arch="i386,alpha">或</para>
|
||||
|
||||
<screen arch="i386,alpha">&prompt.root; <userinput>dd if=floppies/boot.flp of=/dev/fd0</userinput></screen>
|
||||
|
||||
<para arch="i386,alpha,pc98">或</para>
|
||||
|
||||
<screen arch="i386,alpha">&prompt.root; <userinput>dd if=floppies/boot.flp of=/dev/floppy</userinput></screen>
|
||||
<screen arch="pc98">&prompt.root; <userinput>dd if=floppies/boot-small.flp of=/dev/rfd0.1200</userinput></screen>
|
||||
|
||||
<para arch="i386,alpha,pc98">工作正常,这取决于您的硬件和操作系统环境
|
||||
(不同版本的 UNIX 对软驱有不同的命名)。</para>
|
||||
|
||||
<para arch="amd64">&os;/&arch; 不支持软盘安装。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="start-installation">
|
||||
<title>从 CDROM 或者 Internet 安装 &os;</title>
|
||||
|
||||
<!-- i386/pc98 text starts here -->
|
||||
|
||||
<para arch="i386,amd64">最容易的安装方法就是从 CDROM 安装。
|
||||
如果您有一个支持的 CDROM 驱动器和一张 &os;
|
||||
安装 CDROM,有两种方式来开始安装:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>如果您的系统支持自启动 CDROM
|
||||
介质的<quote>CDBOOT</quote>标准并且已经激活了从 CD 启动,
|
||||
只要把 &os; 安装 CD 放进您的 CDROM 驱动器并启动系统开始安装。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>从每个 &os; 发行版的 <filename>floppies/</filename>
|
||||
目录创建一系列的 &os; 启动软盘。阅读
|
||||
<xref linkend="floppies"> 了解在不同的操作系统下创建启动软盘的更多信息。
|
||||
然后您只要从第一张软盘启动,很快就会进入 &os; 安装。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para arch="pc98">最容易的安装方法就是从 CDROM 安装。
|
||||
如果您有一个支持的 CDROM 驱动器和一张 &os;
|
||||
安装 CDROM,有一种方式来开始安装:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>从每个 &os; 发行版的 <filename>floppies/</filename>
|
||||
目录创建一系列的 &os; 启动软盘。阅读
|
||||
<xref linkend="floppies"> 了解在不同的操作系统下创建启动软盘的更多信息。
|
||||
然后您只要从第一张软盘启动,很快就会进入 &os; 安装。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para arch="i386">如果您没有 CDROM (或者您的计算机不支持从
|
||||
CDROM 启动) 并且只是想要通过网络使用 PPP、SLIP 或者专用连接安装,
|
||||
您应该使用 <xref linkend="floppies"> 处的安装说明从文件
|
||||
<filename>floppies/boot.flp</filename> 和
|
||||
<filename>floppies/kernX.flp</filename> 创建一系列 &os; 启动软盘来开始安装。
|
||||
用 <filename>boot.flp</filename> 软盘重新启动您的计算机,
|
||||
出现提示符时插入需要的其他软盘。然后,请到
|
||||
<xref linkend="ftpnfs"> 寻找通过 FTP 或 NFS 安装的额外的提示。</para>
|
||||
|
||||
<para arch="pc98">如果您没有 CDROM (或者您的计算机不支持从
|
||||
CDROM 启动) 并且只是想要通过网络使用 PPP、SLIP 或者专用连接安装,
|
||||
您应该使用 <xref linkend="floppies"> 处的安装说明从文件
|
||||
<filename>floppies/boot.flp</filename> 和
|
||||
<filename>floppies/kernX.flp</filename> 创建一系列 &os; 启动软盘来开始安装。
|
||||
用 <filename>boot.flp</filename> 软盘重新启动您的计算机,
|
||||
出现提示符时插入需要的其他软盘。然后,请到
|
||||
<xref linkend="ftpnfs"> 寻找通过 FTP 或 NFS 安装的额外的提示。</para>
|
||||
|
||||
<!-- alpha text starts here -->
|
||||
|
||||
<para arch="alpha">最容易的安装方式就是从 CDROM 安装。
|
||||
如果您有一个支持的 CDROM 驱动器和一张 &os;
|
||||
安装 CDROM,您可以直接从 CDROM 启动 &os;。将 CDROM
|
||||
插入驱动器并输入下面的命令来开始安装(如果需要,用合适的
|
||||
CDROM 驱动器名称来取代):</para>
|
||||
|
||||
<screen arch="alpha">>>><userinput>boot dka0</userinput></screen>
|
||||
|
||||
<para arch="alpha">您也可以从软盘启动安装。
|
||||
您应该使用 <xref linkend="floppies"> 处的安装说明从文件
|
||||
<filename>floppies/boot.flp</filename> 和
|
||||
<filename>floppies/kernX.flp</filename> 创建一系列 &os; 启动软盘来开始安装。
|
||||
从 SRM 控制台提示符处(<literal>>>></literal>),插入
|
||||
<filename>boot.flp</filename> 软盘并键入下面的命令来开始安装:</para>
|
||||
|
||||
<screen arch="alpha">>>><userinput>boot dva0</userinput></screen>
|
||||
|
||||
<para arch="alpha">当提示时插入其他软盘,
|
||||
您会停在安装程序的第一个屏幕。</para>
|
||||
|
||||
<!-- sparc64 text starts here -->
|
||||
|
||||
<para arch="sparc64">大多数 &arch; 系统被设置成自动从硬盘启动。
|
||||
要安装 &os;,您需要通过网络或者 CDROM 启动,这需要您改动 PROM
|
||||
(OpenFirmware)。</para>
|
||||
|
||||
<para arch="sparc64">要做这个,重新启动系统,等到启动信息出现。
|
||||
取决于机器型号,但是应该看起来像这样:</para>
|
||||
|
||||
<screen arch="sparc64">Sun Blade 100 (UltraSPARC-IIe), Keyboard Present
|
||||
Copyright 1998-2001 Sun Microsystems, Inc. All rights reserved.
|
||||
OpenBoot 4.2, 128 MB memory installed, Serial #51090132.
|
||||
Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
||||
|
||||
<para arch="sparc64">这时候如果您的系统继续从硬盘启动,
|
||||
您需要按键盘上的 <keycombo
|
||||
action="simul"><keycap>L1</keycap><keycap>A</keycap></keycombo>
|
||||
或者 <keycombo
|
||||
action="simul"><keycap>Stop</keycap><keycap>A</keycap></keycombo>
|
||||
或者通过串口控制台发送一个 <command>BREAK</command> 信号
|
||||
(例子中 &man.tip.1; 或者 &man.cu.1; 使用 <command>~#</command>)
|
||||
来进入 PROM 提示符。看上去像这样:</para>
|
||||
|
||||
<screenco arch="sparc64">
|
||||
<areaspec>
|
||||
<area id="prompt-single" coords="1 5">
|
||||
<area id="prompt-smp" coords="2 5">
|
||||
</areaspec>
|
||||
|
||||
<screen><prompt>ok </prompt>
|
||||
<prompt>ok {0} </prompt></screen>
|
||||
|
||||
<calloutlist>
|
||||
<callout arearefs="prompt-single">
|
||||
<para>这是系统中只有一个 CPU 使用的提示符。</para>
|
||||
</callout>
|
||||
|
||||
<callout arearefs="prompt-smp">
|
||||
<para>这是在 SMP 系统中使用的提示符,数字显示活动的 CPU 数目。</para>
|
||||
</callout>
|
||||
</calloutlist>
|
||||
</screenco>
|
||||
|
||||
<para arch="sparc64">这时候,将 CDROM 放进驱动器,并在
|
||||
PROM 提示符处键入 <command>boot
|
||||
cdrom</command>。</para>
|
||||
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>详述各种安装类型</title>
|
||||
|
||||
<para>一旦您看到了初始的安装屏幕,不管用哪种方式,
|
||||
您就可以跟随各种各样的菜单提示到处浏览了。如果您以前从未使用过 &os;
|
||||
安装程序,建议您阅读 Documentation 子菜单还有第一个菜单概括的
|
||||
<quote>Usage</quote> 说明中的文档。</para>
|
||||
|
||||
<note>
|
||||
<para>如果您感到迷惑,按 <keycap>F1</keycap>
|
||||
键查看与指定部分相关的在线文档。</para>
|
||||
</note>
|
||||
|
||||
<para>如果您以前从未安装过 &os;,或者即使您安装过,
|
||||
仍然强烈推荐使用<quote>Standard</quote>安装模式,
|
||||
因为它确保您一路安装下来访问到了所有重要的要检查的条目。
|
||||
如果您非常熟悉 &os; 安装过程并 <emphasis>精确的</emphasis>
|
||||
知道您想做什么,可以使用<quote>Express</quote>或者<quote>Custom</quote>安装选项。
|
||||
如果您在升级一个现存的系统,使用<quote>Upgrade</quote>选项。</para>
|
||||
|
||||
<para>&os; 安装程序支持直接使用软盘、DOS、磁带、CDROM、FTP、NFS
|
||||
和 UFS 分区来作为安装介质。下面是从每种类型的介质安装的更深入的提示。</para>
|
||||
|
||||
<para arch="alpha">一旦安装过程结束,您将可以在 SRM
|
||||
提示符处键入类似这样的命令来启动 &os;/&arch;:</para>
|
||||
|
||||
<screen arch="alpha">>>><userinput>boot dkc0</userinput></screen>
|
||||
|
||||
<para arch="alpha">这告知固件从指定的硬盘启动。To
|
||||
查找您机器上硬盘的 SRM 名称,使用 <literal>show
|
||||
device</literal> 命令:</para>
|
||||
|
||||
<screen arch="alpha">>>><userinput>show device</userinput>
|
||||
dka0.0.0.4.0 DKA0 TOSHIBA CD-ROM XM-57 3476
|
||||
dkc0.0.0.1009.0 DKC0 RZ1BB-BS 0658
|
||||
dkc100.1.0.1009.0 DKC100 SEAGATE ST34501W 0015
|
||||
dva0.0.0.0.1 DVA0
|
||||
ewa0.0.0.3.0 EWA0 00-00-F8-75-6D-01
|
||||
pkc0.7.0.1009.0 PKC0 SCSI Bus ID 7 5.27
|
||||
pqa0.0.0.4.0 PQA0 PCI EIDE
|
||||
pqb0.0.1.4.0 PQB0 PCI EIDE</screen>
|
||||
|
||||
<para arch="alpha">这个例子来自于一台 Digital Personal Workstation 433au,
|
||||
显示表明有三个磁盘设备连接在机器上。第一个是叫做
|
||||
<devicename>dka0</devicename> 的 CDROM,另外两个是分别叫做
|
||||
<devicename>dkc0</devicename> 和
|
||||
<devicename>dkc100</devicename> 的硬盘。</para>
|
||||
|
||||
<para arch="alpha">您可以用 <option>-file</option> 和 <option>-flags</option>
|
||||
选项指定加载哪个内核文件以及使用什么样的启动参数,例如:</para>
|
||||
|
||||
<screen arch="alpha"><prompt>>>></prompt> <userinput>boot -file kernel.old -flags s</userinput></screen>
|
||||
|
||||
<para arch="alpha">要让 &os;/&arch; 自动启动,使用这些命令:</para>
|
||||
|
||||
<screen arch="alpha"><prompt>>>></prompt> <userinput>set boot_osflags a</userinput>
|
||||
<prompt>>>></prompt> <userinput>set bootdef_dev dkc0</userinput>
|
||||
<prompt>>>></prompt> <userinput>set auto_action BOOT</userinput></screen>
|
||||
|
||||
<sect3>
|
||||
<title>从网络 CDROM 安装</title>
|
||||
|
||||
<para>如果您只希望从本地 CDROM 驱动器安装,可以查看
|
||||
<xref linkend="start-installation">。如果您的系统上没有 CDROM
|
||||
驱动器,又希望使用有网络连接的另一个系统上的 CDROM 驱动器中的
|
||||
&os; 发行 CD,也有几种方式可以实现:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>如果您能够直接通过 &os; 机器上的 CDROM 驱动器 FTP
|
||||
安装,这很容易:保证有一台 FTP
|
||||
服务器正在运行,然后只要把下面的几行添加到密码文件中
|
||||
(使用 &man.vipw.8; 命令):</para>
|
||||
|
||||
<screen>ftp:*:99:99::0:0:FTP:/cdrom:/sbin/nologin</screen>
|
||||
|
||||
<para>在您要运行安装的机器上,到 Options
|
||||
菜单并设定 Release Name 为
|
||||
<literal>any</literal>。然后您可以选择一种
|
||||
<literal>FTP</literal> 媒介类型并在 ftp
|
||||
站点目录中选定<quote>URL</quote>后键入
|
||||
<filename>ftp://<replaceable>machine</replaceable></filename>。</para>
|
||||
|
||||
<warning>
|
||||
<para>这会允许本地网络(或 Internet) 上的任何人和这台机器建立
|
||||
<quote>匿名 FTP</quote> 连接,这可能不是所希望看到的。</para>
|
||||
</warning>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>如果希望通过 NFS 将 CDROM 直接导出给其他机器来进行安装,
|
||||
您需要首先在 <filename>/etc/exports</filename>
|
||||
文件中添加对应的项目 (在有 CDROM 驱动器的那台机器上)。
|
||||
下面的例子将允许
|
||||
<hostid role="hostname">ziggy.foo.com</hostid> 在安装过程中直接通过
|
||||
NFS 挂接 CDROM:</para>
|
||||
|
||||
<screen>/cdrom -ro ziggy.foo.com</screen>
|
||||
|
||||
<para>当然, 带 CDROM 的那台机器必须配置为 NFS 服务器,
|
||||
如果您不知道如何完成其配置, 则 NFS 对您来说可能并不是最佳的选择,
|
||||
除非您打算仔细阅读 &man.rc.conf.5; 并配置它。 如果顺利的话,
|
||||
将可以通过输入: <filename><replaceable>cdrom-host</replaceable>:/cdrom</filename>
|
||||
作为在目标机器 NFS 安装过程的参数,
|
||||
例如 <filename>wiggy:/cdrom</filename>。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>从软盘安装</title>
|
||||
|
||||
<para>如果由于硬件不支持,
|
||||
或者您喜欢把简单的问题复杂化而不得不从软盘安装,
|
||||
您需要首先准备一些空白的软盘。</para>
|
||||
|
||||
<para>首先, 按照 <xref linkend="floppies"> 所介绍的过程来制作启动盘。</para>
|
||||
|
||||
<para>然后, 仔细阅读 <xref linkend="layout"> 并要特别注意
|
||||
<quote>发行版本所采用的格式</quote> 一节,
|
||||
因为它介绍了您需要复制到软盘上的文件, 以及可以放心地跳过的文件。</para>
|
||||
|
||||
<para>接下来您需要至少准备足够多的能放下 <filename>bin</filename>
|
||||
目录里文件的 1.44MB 软盘。 如果您需要在 DOS 下准备这些软盘,
|
||||
则 <emphasis>必须</emphasis> 使用 MS-DOS 的
|
||||
<filename>FORMAT</filename> 命令来格式化它们。 如果您使用 Windows,
|
||||
则可以使用 Windows 文件管理器 的格式化命令。</para>
|
||||
|
||||
<important>
|
||||
<para>通常, 软盘是 <quote>在出厂前格式化过的</quote>。
|
||||
虽然这很方便, 但过去许多用户的问题报告都与没有格式化磁盘有关。
|
||||
建议您自行格式化一下, 以确认没有问题。</para>
|
||||
</important>
|
||||
|
||||
<para>如果您正在从另一个 &os; 机器上制作需要的软盘,
|
||||
格式化仍然是一个好习惯, 只是您并不需要在每张软盘上都放一个
|
||||
DOS 文件系统。 您可以使用 &man.disklabel.8; 和 &man.newfs.8;
|
||||
这两个命令来在软盘上制作 UFS 文件系统, 使用下面介绍的命令:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>fdformat -f 1440 fd0</userinput>
|
||||
&prompt.root; <userinput>disklabel -w fd0 floppy3</userinput>
|
||||
&prompt.root; <userinput>newfs -i 65536 /dev/fd0</userinput></screen>
|
||||
|
||||
<para>在以 DOS 或 UFS 格式化过软盘之后, 还需要将文件复制到上面。
|
||||
发布文件的大小是经过精心准备的, 因此每张软盘都能够放下一个发布文件。
|
||||
每一个发布包的文件应该放到它自己的子目录中,
|
||||
例如: <filename>a:\bin\bin.inf</filename>, <filename>a:\bin\bin.aa</filename>, <filename>a:\bin\bin.ab</filename>, ...</para>
|
||||
|
||||
<important>
|
||||
<para><filename>bin.inf</filename> 文件需要放到
|
||||
<filename>bin</filename> 发布集的第一张软盘上,
|
||||
因为安装文件需要读取它以了解在将发布包重组时还需要获取多少个文件块。
|
||||
当把发布放到软盘上时,
|
||||
<filename>distname.inf</filename> 文件 <emphasis>必须</emphasis>
|
||||
和发布集的第一块放在一起。</para>
|
||||
</important>
|
||||
|
||||
<para>一旦您进入了安装程序的 Media 提示, 选择
|
||||
<quote>Floppy</quote> 之后您将得到相应的提示。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 arch="i386,pc98,amd64">
|
||||
<title>从 DOS 分区安装</title>
|
||||
|
||||
<para arch="i386,amd64">要从 MS-DOS 分区安装您只需简单地把发布包文件复制到主
|
||||
DOS 分区 (<devicename>C:</devicename>) 上的一个名字为
|
||||
<filename>FREEBSD</filename> 的目录即可。 例如, 要从 DOS 中使用来自
|
||||
CDROM 的文件完成 &os; 的最小安装, 您需要照下面的提示做:</para>
|
||||
|
||||
<para arch="pc98">要从 MS-DOS 分区安装您只需简单地把发布包文件复制到主
|
||||
DOS 分区 (<devicename>A:</devicename>) 上的一个名字为
|
||||
<filename>FREEBSD</filename> 的目录即可。 例如, 要从 DOS 中使用来自
|
||||
CDROM 的文件完成 &os; 的最小安装, 您需要照下面的提示做:</para>
|
||||
|
||||
<screen arch="i386,amd64"><prompt>C:\></prompt> <userinput>MD C:\FREEBSD</userinput>
|
||||
<prompt>C:\></prompt> <userinput>XCOPY /S E:\BASE C:\FREEBSD\BASE</userinput></screen>
|
||||
<screen arch="pc98"><prompt>A:\></prompt> <userinput>MD A:\FREEBSD</userinput>
|
||||
<prompt>A:\></prompt> <userinput>XCOPY /S E:\BASE A:\FREEBSD\BASE</userinput></screen>
|
||||
|
||||
<para>这里假设 <devicename>E:</devicename> 是您的 CD 所挂接的驱动器符。</para>
|
||||
|
||||
<para arch="i386,amd64">如果需要从 DOS 安装更多的发行包 (当然您需要足够的磁盘空间)
|
||||
需要将它们都复制到
|
||||
<filename>C:\FREEBSD</filename> - 而 <filename>BIN</filename> 则是必需的。</para>
|
||||
|
||||
<para arch="pc98">如果需要从 DOS 安装更多的发行包 (当然您需要足够的磁盘空间)
|
||||
需要将它们都复制到
|
||||
<filename>A:\FREEBSD</filename> - 而 <filename>BIN</filename> 则是必需的。</para>
|
||||
|
||||
<para>一旦您复制了这些目录, 就可以简单地从软盘开始安装,
|
||||
并在指定介质类型时选择 <quote>DOS</quote>。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>从 QIC/SCSI 磁带安装</title>
|
||||
|
||||
<para>当从磁带安装时, 安装程序预期安装文件是 tar 到上面的,
|
||||
因此把您感兴趣的安装包复制出来之后, 简单地使用 &man.tar.1;
|
||||
把它们放到磁带上就可以了:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd <replaceable>/where/you/have/your/dists</replaceable></userinput>
|
||||
&prompt.root; <userinput>tar cvf /dev/sa0 <replaceable>dist1</replaceable> .. <replaceable>dist2</replaceable></userinput></screen>
|
||||
|
||||
<para>当您进行安装时, 您应该确认临时目录
|
||||
(将提示您选择它) 中有足够放下 <emphasis>完整的</emphasis>
|
||||
磁带内容的空间。 由于磁带不支持随机访问, 这种方式需要很多临时存储。
|
||||
您需要准备写到磁带上那样多的临时存储空间。</para>
|
||||
|
||||
<note>
|
||||
<para>当开始安装时, 磁带应该在从软盘启动
|
||||
<emphasis>之前</emphasis> 放进磁带机。 如果不这样做,
|
||||
安装程序的 <quote>探测</quote> 操作可能会找不到它。</para>
|
||||
</note>
|
||||
|
||||
<para>现在按照 <xref linkend="floppies">
|
||||
的描述制作安装软盘并继续安装就可以了。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="ftpnfs">
|
||||
<title>通过网络使用 FTP 或 NFS 安装</title>
|
||||
|
||||
<para>按照第一节的说明制作引导盘之后,
|
||||
您可以使用三种不同的连接方式来继续安装过程: 串口连接、
|
||||
并口连接, 或以太网。</para>
|
||||
|
||||
<sect4>
|
||||
<title>串口</title>
|
||||
|
||||
<para>SLIP 支持非常原始, 而且基本上限于硬连线的连接,
|
||||
例如在两台计算机之间的串口电缆。 这类连接必须是直接连好的,
|
||||
因为 SLIP 安装目前并不提供拨号能力。
|
||||
如果您需要使用调制解调器来拨号或需要在连接之前进行其它交互,
|
||||
则应使用 PPP 来代替它。</para>
|
||||
|
||||
<para>如果您使用 PPP, 一定要确认您手头有
|
||||
Internet 服务提供商的 IP 地址和 DNS 信息,
|
||||
因为您在安装的开始阶段需要它们。 您还需要知道自己的 IP
|
||||
地址, 尽管 PPP 支持动态地址协商,
|
||||
并能够直接从您的 ISP 获取这些信息, 如果他们支持这样做的话。</para>
|
||||
|
||||
<para>最后您还需要了解在您的 PPP 拨号服务上如何使用一些 <quote>AT
|
||||
命令</quote> 来进行拨号, 因为 PPP 拨号程序只提供了非常简单的终端仿真程序。</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>并口</title>
|
||||
|
||||
<para>如果有可用的到另一台 &os; 或 Linux
|
||||
机器的连接, 您也可以考虑通过
|
||||
<quote>laplink</quote> 风格的并口电缆来安装。
|
||||
通过并口连接的速度通常要比串口电缆
|
||||
(通常最多 50k/秒) 要快的多, 因此能够让您更快地完成安装。
|
||||
当使用点对点的并口电缆连接时通常并不需要
|
||||
<quote>真实的</quote> IP 地址, 一般来说您可以在连接的两端使用
|
||||
RFC 1918 风格的地址 (例如 <hostid
|
||||
role="ipaddr">10.0.0.1</hostid>, <hostid role="ipaddr">10.0.0.2</hostid>,
|
||||
等等)。</para>
|
||||
|
||||
<important>
|
||||
<para>如果您的 PLIP 另一端使用的是 Linux,
|
||||
则还需要在 TCP/IP 设置界面的<quote>extra options for
|
||||
ifconfig</quote> 中指定
|
||||
<option>link0</option>, 以便兼容 Linux
|
||||
中略有不同的 PLIP 协议。</para>
|
||||
</important>
|
||||
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>以太网</title>
|
||||
|
||||
<para>&os; 支持绝大多数常见的以太网卡,
|
||||
它支持的网卡列表作为 &os; 硬件说明 (参见 Documentation
|
||||
菜单中的 <filename>HARDWARE.TXT</filename> 或启动盘和
|
||||
CDROM 的顶级目录)。 如果您使用的是某种被支持的
|
||||
PCMCIA 网卡, 则还应确认它在笔记本启动
|
||||
<emphasis>之前</emphasis> 就已经插好了。
|
||||
不幸的是, &os; 目前还不支持在安装过程中
|
||||
<quote>热插</quote> PCMCIA 卡。</para>
|
||||
|
||||
<para>同时还需要知道您在局域网上的 IP 地址,
|
||||
子网的 <option>netmask</option> 值和机器名。
|
||||
您的系统管理员会告诉您在您的网络上所需要的值。
|
||||
如果您想通过名字而不是 IP 地址来访问其它机器,
|
||||
则还需要一个域名服务器, 而且可能还需要网关的地址
|
||||
(如果使用 PPP, 则是您提供商的 IP 地址)
|
||||
才能够访问它。 如果您打算通过 HTTP 代理来完成
|
||||
FTP 安装, 您还需要代理服务器的地址。</para>
|
||||
|
||||
<para>如果您不知道这些问题的答案, 您可能需要
|
||||
<emphasis>首先</emphasis> 联系系统管理员, 然后才能开始安装。
|
||||
在已有网络上使用随便选择的 IP 地址和子网掩码几乎肯定无法正常工作,
|
||||
而且您的管理员可能会给您上人生一课。</para>
|
||||
|
||||
<para>一旦您的网络连接能够使用, 就可以继续通过
|
||||
NFS 或 FTP 来完成安装了。</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>NFS 安装提示</title>
|
||||
|
||||
<para>NFS 安装相当的简单: 您只需将
|
||||
&os; 的安装文件复制到服务器上的某个目录,
|
||||
并在选择 NFS 介质时给出这个目录即可。</para>
|
||||
|
||||
<para>如果服务器只支持来自 <quote>特权端口</quote> 的访问
|
||||
(这是 Sun 和 Linux 工作站上通常的默认情形),
|
||||
您可能需要在安装之前在 Options 菜单中设置这个选项。</para>
|
||||
|
||||
<para>如果您的网卡质量很差并造成数据传输迟缓,
|
||||
您可能还需要调整一些 Options 选项。</para>
|
||||
|
||||
<para>为了让 NFS 安装能够正常进行, 服务器还必须支持
|
||||
<quote>子目录挂接 (subdir mounts)</quote>, 例如如果您的 &os;
|
||||
安装包目录在
|
||||
<filename>wiggy:/usr/archive/stuff/FreeBSD</filename> 中, 则
|
||||
<hostid role="hostname">wiggy</hostid> 必须允许直接挂接
|
||||
<filename>/usr/archive/stuff/FreeBSD</filename>, 而不仅仅是
|
||||
<filename>/usr</filename> 或 <filename>/usr/archive/stuff</filename>。</para>
|
||||
|
||||
<para>在 &os; 的 <filename>/etc/exports</filename> 文件中可以通过
|
||||
<option>-alldirs</option> 选项来控制它。 在其它 NFS 服务器上可能有不同的写法。
|
||||
如果您收到了来自服务器的 <literal>Permission Denied</literal> 消息,
|
||||
通常是因为您没有启用这一特性导致的。</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>FTP 安装提示</title>
|
||||
|
||||
<para>FTP 安装可以通过从任何包含足够新版的
|
||||
&os; 的镜像站点来完成。 安装过程中您可以从 FTP
|
||||
站点菜单中选择遍布全球的几乎每一个官方的镜像站点来完成安装。</para>
|
||||
|
||||
<para>如果您正从某个没有在这里列出的 FTP 站点安装,
|
||||
或您无法正确地配置域名解析服务器, 您也可以通过在菜单中选择
|
||||
<quote>URL</quote> 来指定自己的 URL。 URL 可以包括一个域名或
|
||||
IP 地址, 因此当没有域名解析服务器时, 您可以用类似下面的 URL
|
||||
来完成安装:</para>
|
||||
|
||||
<screen>ftp://216.66.64.162/pub/FreeBSD/releases/&arch;/4.2-RELEASE</screen>
|
||||
|
||||
<para>您可以从三种 FTP 安装方式中选择合适的:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>FTP: 这种方式使用标准的
|
||||
<quote>主动 (Active)</quote> 传输方式,
|
||||
此时服务器将主动发起到客户机的数据连接。
|
||||
在存在防火墙的环境中通常这会无法正常工作,
|
||||
但与不支持被动模式的较老的 FTP 服务器配合时它是最佳选择。
|
||||
如果您使用被动模式时连接挂起, 请尝试这个选项。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>FTP Passive: 这将设置 FTP <quote>被动 (Passive)</quote>
|
||||
模式, 它将阻止服务器打开到客户机的连接。
|
||||
这个选项对于通过不允许连入到随机端口的防火墙接入的用户来说,
|
||||
是最佳的选择。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>FTP via an HTTP proxy: 这个选项指示 &os;
|
||||
使用 HTTP 连到一个代理商完成所有的 FTP 操作。
|
||||
代理服务器将翻译所有的请求, 并把它们发给 FTP 服务器。
|
||||
这允许用户通过完全不允许 FTP, 但提供了 HTTP 代理的防火墙连接。
|
||||
除了 FTP 服务器之外, 您还必须指定代理服务器的主机名。</para>
|
||||
|
||||
<para>极端情况下您可能有不通过 HTTP 的 FTP 代理服务器,
|
||||
您可以把 URL 指定为下面的样子:</para>
|
||||
|
||||
<screen><userinput>ftp://foo.bar.com:<replaceable>端口</replaceable>/pub/FreeBSD</userinput></screen>
|
||||
|
||||
<para>上面的 URL 中, <replaceable>端口</replaceable>
|
||||
是 FTP 代理服务器的端口号。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</sect4>
|
||||
</sect3>
|
||||
<sect3 arch="i386,alpha,amd64">
|
||||
<title>串口控制台用户提示</title>
|
||||
|
||||
<para>如果您想在只有串口的机器上安装 &os;
|
||||
(例如, 在没有或不想购买 VGA 卡时),
|
||||
请按照下面的步骤完成安装:</para>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>连接某种 ANSI (vt100) 兼容的终端或终端仿真程序到您打算安装 &os;
|
||||
的计算机的 <devicename>COM1</devicename> 口。</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>拔掉键盘 (是的, 这是正确的!) 然后尝试从软盘或安装
|
||||
CDROM 启动。 启动时不要插键盘。</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>如果您在串口控制台上没有得到任何输出,
|
||||
请重新插上键盘。 如果您正从
|
||||
CDROM 启动, 在听到嘟嘟声时立即 <xref linkend="hitspace">。</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>如果从软盘引导, 当软驱不再动作时, 插入第一张
|
||||
<filename>kernX.flp</filename> 盘并按
|
||||
<keycap>Enter</keycap>。 当软驱不再动作时, 插入下一张
|
||||
<filename>kernX.flp</filename> 盘并按 <keycap>Enter</keycap>,
|
||||
重复直到您已经插入了所有的 <filename>kernX.flp</filename> 盘。
|
||||
当磁盘动作结束时, 再次插入 <filename>boot.flp</filename>
|
||||
软盘并按 <keycap>Enter</keycap>。</para>
|
||||
</step>
|
||||
<step id="hitspace">
|
||||
<para>一旦听到嘟嘟声, 按数字 <keycap>6</keycap>, 并输入</para>
|
||||
|
||||
<screen><userinput>boot -h</userinput></screen>
|
||||
|
||||
<para>您现在一定可以从串口看到一切。 如果这样还无法正常工作,
|
||||
请检查您的串口电缆, 以及终端仿真程序或实际的终端设备的设置。
|
||||
应该设置为 9600 波特, 8 数据位, 无奇偶校验位。</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&arch.print; 体系结构用户的疑问与解答</title>
|
||||
|
||||
<qandaset arch="i386,amd64">
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>救命! 我的空间不足! 我是否需要首先删除所有的东西?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>如果您的计算机已经在运行 DOS 而只有很少或没有可以用于安装
|
||||
&os; 的磁盘空间, 还有机会! 您可以从 &os; CDROM 的
|
||||
<filename>tools/</filename> 目录, 或众多 &os;
|
||||
ftp 站点上找到 <application>FIPS</application>
|
||||
工具来解决这个问题。</para>
|
||||
|
||||
<para><application>FIPS</application> 允许您将已经存在的
|
||||
DOS 分区分割为两部分, 保持原有分区中的内容,
|
||||
从而在剩余空间上安装。 在运行 FIPS 之前首先应该使用 DOS 6.xx 的
|
||||
<filename>DEFRAG</filename> 工具或
|
||||
<application>Norton Disk Tools</application>
|
||||
对您的 DOS 分区执行 <quote>碎片整理</quote>。
|
||||
它将提示您输入所需的其它信息。 此后,
|
||||
您可以重新启动并在新的分区上安装 &os;。
|
||||
还应注意 FIPS 将把第二个分区作为第一个的分区的
|
||||
<quote>克隆</quote>, 因此实际上您将在原有的一个 DOS
|
||||
主分区之外看到一个新的主分区。 不必理会警告!
|
||||
您可以简单地删除那个多余的 DOS 主分区
|
||||
(可以通过分区大小来看出是否是应该删除的那个)。</para>
|
||||
|
||||
<para><application>FIPS</application> 目前并不支持
|
||||
NTFS 格式的分区。 要分割这样的分区, 您需要类似
|
||||
<application>Partition Magic</application>
|
||||
这样的商业产品。</para>
|
||||
|
||||
<para><application>FIPS</application> 无法处理扩展
|
||||
DOS 分区。 但它支持 Windows 95/98/ME 的 FAT32 格式主分区。</para>
|
||||
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我能在 &os; 中使用压缩的 DOS 文件系统吗?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>不能。 如果您使用类似
|
||||
<application>Stacker</application>(tm) 或
|
||||
<application>DoubleSpace</application>(tm) 这样的工具,
|
||||
&os; 只能使用文件系统中尚未压缩的部分。
|
||||
余下的部分将展示为一个大文件。
|
||||
<emphasis>不要删除那个文件</emphasis> 否则您可能会后悔莫及的!</para>
|
||||
|
||||
<para>如果需要在 DOS 和 &os; 之间通讯, 最好建立一个未压缩的 DOS
|
||||
扩展分区。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>是否能挂接我的 DOS 扩展分区?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>可以。 DOS 扩展分区会被映射到 &os; 的其它
|
||||
<quote>slices</quote> 之后。 例如, 您的 <devicename>D:</devicename> 驱可能会是
|
||||
<filename>/dev/da0s5</filename>, 而 <devicename>E:</devicename> 驱则是
|
||||
<filename>/dev/da0s6</filename>, 等等。 当然, 这个例子假定您的扩展分区是在
|
||||
SCSI 驱动器 0 上。 对于 IDE 驱动器, 相应地用 <literal>ad</literal> 换掉
|
||||
<literal>da</literal>。 您可以按下面的方法来挂接其它 DOS 驱动器:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount -t msdos /dev/da0s5 /dos_d</userinput></screen>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>可以在 &os; 中执行 DOS 可执行文件吗?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>正在开发中的 BSDI 的 &man.doscmd.1; 工具能够适应多数情况,
|
||||
尽管还有一些较为粗糙的地方。
|
||||
<filename role="package">emulators/doscmd</filename> port/package
|
||||
可以在 &os; Ports Collection 中找到。
|
||||
如果您对这样的工作感兴趣, 请发邮件到 &a.emulation;
|
||||
并说明您对这项工作感兴趣!</para>
|
||||
|
||||
<para>&os; Ports Collection 中的 <filename role="package">emulators/pcemu</filename>
|
||||
port/package 能够模拟 8088 和足够多的 BIOS 服务来支持
|
||||
DOS 文本模式的应用程序。 运行它需要
|
||||
X Window System (XFree86)。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>可以在 &os; 中运行 µsoft.windows; 应用吗?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>在 &os; Ports Collection 中有很多能够运行众多
|
||||
&windows; 应用程序的 ports/packages。
|
||||
<filename role="package">emulators/wine</filename> 的
|
||||
port/package 提供了在 &os; 之上的一个兼容层, 使得很多
|
||||
&windows; 应用程序得以在 X Windows (XFree86) 中执行。
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>是否能够在 &os; 中运行其他操作系统?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>再次强调, &os; 的 Ports Collection 中有很多能够模拟
|
||||
"虚拟机" 并使得其他操作系统能够在 &os; 之上执行的 ports/packages。
|
||||
<filename role="package">emulators/bochs</filename> 中的 port/package
|
||||
允许 µsoft.windows;、 Linux 甚至另一份 &os; 在
|
||||
&os; 桌面的一个窗口中执行。
|
||||
<filename role="package">emulators/vmware2</filename> 和
|
||||
<filename role="package">emulators/vmware3</filename> ports/packages
|
||||
提供了商业的 VMware 虚拟机软件, 并能够在 &os; 上执行。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
|
||||
<qandaset arch="alpha">
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我能从 ARC 或 Alpha BIOS 控制台启动吗?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>不能。 同 Compaq Tru64 和 VMS 类似, &os; 只能从
|
||||
SRM 控制台启动。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>救命啊! 我没有足够的磁盘空间了! 我需要把所有的数据都删掉吗?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>很不幸, 是的。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我能挂接 Compaq Tru64 或 VMS 扩展分区吗?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>不, 目前还不能。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>是否可以直接执行 Compaq Tru64 (OSF/1) 的可执行文件?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>&os; 能够通过 <filename role="package">emulators/osf1_base</filename>
|
||||
port/package 很好地运行 Tru64 应用程序。
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>那么是否可以执行 Linux 可执行文件呢?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>&os; 可以运行 AlphaLinux 可执行文件, 但需要配合
|
||||
<filename role="package">emulators/linux_base</filename>
|
||||
port/package。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>那么 NT Alpha 的可执行文件呢?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>&os; 无法直接执行 NT 应用程序, 尽管它能够挂接 NT 分区。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</sect2>
|
||||
</sect1>
|
138
release/doc/zh_CN.GB2312/installation/common/layout.sgml
Normal file
138
release/doc/zh_CN.GB2312/installation/common/layout.sgml
Normal file
@ -0,0 +1,138 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.8
|
||||
$FreeBSD$
|
||||
|
||||
This section contains the contents of the old LAYOUT.TXT file.
|
||||
-->
|
||||
<sect1 id="layout">
|
||||
<title>发行版本所采用的格式</title>
|
||||
|
||||
<para>典型的 &os; 发布目录的样子和下面列出的类似
|
||||
(具体细节可能随版本、 硬件架构和其他因素而有微小变化):</para>
|
||||
|
||||
<screen>ERRATA.HTM README.TXT compat1x dict kernel
|
||||
ERRATA.TXT RELNOTES.HTM compat20 doc manpages
|
||||
HARDWARE.HTM RELNOTES.TXT compat21 docbook.css packages
|
||||
HARDWARE.TXT base compat22 filename.txt ports
|
||||
INSTALL.HTM boot compat3x floppies proflibs
|
||||
INSTALL.TXT catpages compat4x games src
|
||||
README.HTM cdrom.inf crypto info tools</screen>
|
||||
|
||||
<para>如果想从 CDROM、 FTP 或 NFS 从发布目录中安装,
|
||||
只需从软盘镜像目录制作 1.44MB 引导盘 (参见
|
||||
<xref linkend="floppies"> 以了解如何完成它),
|
||||
从制作的引导盘启动, 并按照屏幕的指示去做就可以了。
|
||||
安装过程中所需要的数据会根据您的选择自动获取。
|
||||
如果您之前从没安装过 &os;, 则建议您完整地阅读这份文档
|
||||
(安装指引)。</para>
|
||||
|
||||
<para>如果您在尝试进行某种其他类型的安装,
|
||||
或对于发布目录是如何组织的感到好奇, 请参考下面的说明以了解进一步的内容:
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para><filename>*.TXT</filename> 和
|
||||
<filename>*.HTM</filename> 文件包含了文档
|
||||
(举例来说, 这份文档可以在
|
||||
<filename>INSTALL.TXT</filename> 和
|
||||
<filename>INSTALL.HTM</filename> 中找到),
|
||||
您应该在开始安装之前阅读它们。
|
||||
<filename>*.TXT</filename> 文件是普通的文本文件, 而
|
||||
<filename>*.HTM</filename> 文件则是 HTML 文件,
|
||||
可以使用几乎任何一种 Web 浏览器来阅读。
|
||||
某些发布可能还包其他格式的文档, 例如 PDF 或 PostScript。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><filename>docbook.css</filename> 是层次样式表
|
||||
(CSS) 文件, 它会被 Web 浏览器用以完成
|
||||
HTML 文档的排版。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><filename>base</filename>,
|
||||
<filename>catpages</filename>,
|
||||
<filename>crypto</filename>,
|
||||
<filename>dict</filename>,
|
||||
<filename>doc</filename>,
|
||||
<filename>games</filename>,
|
||||
<filename>info</filename>,
|
||||
<filename>manpages</filename>,
|
||||
<filename>proflibs</filename>, 以及
|
||||
<filename>src</filename> 这些目录中包含了 &os; 本身的发布版本组件,
|
||||
它们被分割为更小的文件, 以便放进软盘中 (如果需要的话)。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><filename>compat1x</filename>,
|
||||
<filename>compat20</filename>,
|
||||
<filename>compat21</filename>,
|
||||
<filename>compat22</filename>,
|
||||
<filename>compat3x</filename>, 以及
|
||||
<filename>compat4x</filename>
|
||||
目录包含了用于与先前版本兼容的文件, 它们以单个的 gzip 压缩的
|
||||
tar 文件的形式发布 - 在安装过程中或之后可以通过
|
||||
<filename>install.sh</filename> 脚本来安装它们。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><filename>floppies/</filename> 子目录中包含了安装用的软盘镜像;
|
||||
关于它们的更多信息可以在 <xref linkend="floppies"> 找到。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><filename>packages</filename> 和 <filename>ports</filename> 目录提供了 &os;
|
||||
的 Packages 和 Ports Collections。 Packages 可以从其目录中通过下面的命令安装:</para>
|
||||
|
||||
<screen>&prompt.root;<userinput>/stand/sysinstall configPackages</userinput></screen>
|
||||
|
||||
<para>Packages 也可以通过将
|
||||
<filename>packages</filename>/ 下的文件名交给 &man.pkg.add.1;
|
||||
命令来完成。</para>
|
||||
|
||||
<para>Ports Collection 可以通过与其他组件相同的方法来安装,
|
||||
解压缩后它需要大约 190MB 的磁盘空间。 关于
|
||||
ports collection 的更多资料可以在
|
||||
<ulink url="http://www.FreeBSD.org/ports/">http://www.FreeBSD.org/ports/</ulink>
|
||||
或本地的
|
||||
<filename>/usr/share/doc/handbook</filename> 找到,
|
||||
当然, 后者的前提是您安装了 <filename>doc</filename>
|
||||
发布。</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>最后, <filename>tools</filename> 目录中提供了各种用以测试磁盘尺寸、
|
||||
安装引导管理器等的 DOS 工具。 这些工具纯粹是可选的,
|
||||
提供它们是为了方便用户。</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
|
||||
<para>典型的发布目录 (举例来说, <filename>info</filename> 发布) 在内部应该是这样:</para>
|
||||
|
||||
<screen>CHECKSUM.MD5 info.ab info.ad info.inf install.sh
|
||||
info.aa info.ac info.ae info.mtree</screen>
|
||||
|
||||
<para><filename>CHECKSUM.MD5</filename> 文件包含了每个文件的 MD5 签名。
|
||||
这主要是为了手工检测数据是否有损坏用的, 实际的安装过程并不会用到它。
|
||||
<filename>info.a*</filename> 文件是分割过的经过 gzip 压缩的 tar
|
||||
文件, 其内容可以通过下面的命令来显示:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cat info.a* | tar tvzf -</userinput></screen>
|
||||
|
||||
<para>在安装过程中, 这些文件会被自动地重组并根据需要展开。</para>
|
||||
|
||||
<para><filename>info.inf</filename> 文件也是必要的,
|
||||
因为它会被安装程序读取以了解需要为安装包复制多少片。 当把安装包放到软盘上时,
|
||||
<filename>.inf</filename> 文件 <emphasis>必须</emphasis>
|
||||
放在每一个安装包的第一张软盘上!</para>
|
||||
|
||||
<para><filename>info.mtree</filename> 文件是另一个供用户参考而非必需的文件。
|
||||
它包括了 <emphasis>未压缩的</emphasis> 安装包中的每个文件的 MD5 签名,
|
||||
并可在其后通过使用 &man.mtree.8;
|
||||
程序来验证安装权限和校验和以了解这些文件是否有过改动。
|
||||
当和 <filename>base</filename> 安装包联用时,
|
||||
这是一种检测木马攻击的很好的手段。</para>
|
||||
|
||||
<para>最后, <filename>install.sh</filename>
|
||||
文件是用来方便用户在安装之后安装某个安装包的。 要在装完系统之后从 CDROM
|
||||
安装某个安装包, 您可以按照下面的例子来完成:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /cdrom/info</userinput>
|
||||
&prompt.root; <userinput>sh install.sh</userinput></screen>
|
||||
</sect1>
|
352
release/doc/zh_CN.GB2312/installation/common/trouble.sgml
Normal file
352
release/doc/zh_CN.GB2312/installation/common/trouble.sgml
Normal file
@ -0,0 +1,352 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.14
|
||||
$FreeBSD$
|
||||
|
||||
This file contains the comments of the old TROUBLE.TXT file.
|
||||
-->
|
||||
<sect1 id="trouble">
|
||||
<title>故障排除</title>
|
||||
|
||||
<sect2 id="repairing">
|
||||
<title>修复现有的 &os; 安装</title>
|
||||
|
||||
<para>在安装软盘中的顶级菜单上, &os; 提供了一个
|
||||
<quote>Fixit</quote> 选项。
|
||||
要使用它, 您还需要一张和启动用的那张软盘同样的方法生成的
|
||||
<filename>fixit.flp</filename> 镜像软盘,
|
||||
或 <quote>live filesystem</quote>
|
||||
CDROM; 第二种通常是 &os; 发行版本的一部分。</para>
|
||||
|
||||
<para>要启动 fixit, 只需简单地从
|
||||
<filename>kern.flp</filename> 这张软盘启动, 选择
|
||||
<quote>Fixit</quote> 这一项, 并根据提示插入 fixit 软盘或 CDROM。
|
||||
接下来您将进入一个提供了很多命令的命令行界面
|
||||
(在 <filename>/stand</filename>
|
||||
和 <filename>/mnt2/stand</filename> 目录中) 来检查、
|
||||
修复和检验文件系统及其内容。 使用 fixit <emphasis>是</emphasis>
|
||||
需要一些 UNIX 系统管理的经验的。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&arch.print; 架构上常见的问题</title>
|
||||
|
||||
<qandaset arch="i386,amd64">
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我的计算机在启动并检测硬件时停住了,
|
||||
或者安装时行为异常, 或者软驱没有检测到。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>&os; 5.0 以及更高版本大量地使用了 i386 平台上的系统 ACPI
|
||||
服务以帮助检测系统在启动过程中检测到的设备。
|
||||
不幸的是, ACPI 驱动程序以及主板及其 BIOS 仍然存在一些 bug。
|
||||
ACPI 可以通过在启动加载的第三阶段通过设置
|
||||
<quote>hint.acpi.0.disabled</quote> 来禁用:</para>
|
||||
|
||||
<screen>set hint.acpi.0.disabled="1"</screen>
|
||||
|
||||
<para>在每次启动时这个选项都会被复位,
|
||||
因此有必要把 <literal>hint.acpi.0.disabled="1"</literal>
|
||||
加入到
|
||||
<filename>/boot/loader.conf</filename>
|
||||
中。 要了解关于启动加载器的进一步详情, 请参考
|
||||
FreeBSD 使用手册。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry arch="amd64">
|
||||
<question>
|
||||
<para>我的系统使用 nVidia nForce3 Pro-150 芯片组,
|
||||
在启动快结束时系统突然停止相应或开始丢失中断。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>这种芯片组的 APIC 以及配套的 BIOS 在本次 release
|
||||
时仍然有很多问题。 尽管按照上面的方法禁止掉 ACPI 能够让系统正常工作,
|
||||
您可能会希望通过设置 <quote>hint.apic.0.disabled</quote>
|
||||
这样较为缓和的选项来达到目的。 如果在 BIOS 中存在这样的选项,
|
||||
请尝试关闭 APIC 支持。 不幸的是, 一些机器并没有这样的选项。
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>先前版本的 &os; 能够识别我的旧式 ISA 设备,
|
||||
而新版本不能了。 发生了什么问题?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>类似 matcd 这样的一些驱动程序, 会由于无人维护或者其他一些原因而被删除。
|
||||
其他一些仍然存在, 但由于其具有侵略性的检测方法而被默认禁用。
|
||||
下面这些 ISA 设备驱动可以在启动加载器的第三步时启用:
|
||||
aha, ahv, aic, bt, ed, cs, sn, ie, fe, le, 以及 lnc。
|
||||
要做到这一点, 在加载器进行 10 秒倒计时的时候将其中止,
|
||||
并在提示符后输入:</para>
|
||||
|
||||
<screen>unset hint.foo.0.disabled</screen>
|
||||
|
||||
<para>将 <replaceable>foo</replaceable>
|
||||
替换为驱动程序的名字就可以重新启用它们。
|
||||
通过编辑文件
|
||||
<filename>/boot/device.hints</filename>
|
||||
并删去相应的
|
||||
<quote>disabled</quote> 行可以使这一设置持久化。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>安装完 &os; 之后的首次硬盘启动, 内核已经正确加载并检测了硬件,
|
||||
但却停机并给出了类似下面的信息:</para>
|
||||
|
||||
<screen>changing root device to ad1s1a panic: cannot mount root</screen>
|
||||
<para>哪个地方出错? 应该如何解决?</para>
|
||||
|
||||
<para>在引导提示中给出的
|
||||
<literal>bios_drive:interface(unit,partition)kernel_name</literal>
|
||||
是什么意思?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>当引导盘不是系统中的第一块盘时可能会触发一个存在了很久的问题。
|
||||
BIOS 使用和 &os; 不同的标号机制, 而改正这样的问题是非常困难的事情。</para>
|
||||
|
||||
<para>当引导盘不是系统中的第一块盘时, &os;
|
||||
可能需要一些额外的帮助才能找到它。 这里有两种比较常见的情形,
|
||||
在这两种情形中, 您都需要告诉 &os; 根文件系统的位置。
|
||||
您可以通过指定 BIOS 磁盘编号、 类型以及
|
||||
&os; 对那种类型的编号来完成这项工作。</para>
|
||||
|
||||
<para>第一种情况是您有两个 IDE 磁盘,
|
||||
每个配置成主盘在它们各自的 IDE 总线上,并且希望它们能从
|
||||
第二个盘引导 &os;
|
||||
BIOS 把它们看作磁盘 0 和磁盘 1, &os; 把它们看作
|
||||
<devicename>ad0</devicename> 和
|
||||
<devicename>ad2</devicename>。</para>
|
||||
|
||||
<para>&os; 在 BIOS 磁盘 1 上,类型为
|
||||
<literal>ad</literal> &os; 盘号为 2,
|
||||
因此您可以说:</para>
|
||||
|
||||
<screen><userinput>1:ad(2,a)kernel</userinput></screen>
|
||||
|
||||
<para>注意如果有一个从盘在主接口上, 则上面这些就不必要了
|
||||
(而且, 事实上是错的)。</para>
|
||||
|
||||
<para>第二种解决涉及到从一个 SCSI 磁盘上引导
|
||||
当您在系统上有一个或多个 IDE 磁盘。在这种情况下,
|
||||
&os; 的盘号比 BIOS 的盘号要低。
|
||||
如果您像 SCSI 磁盘一样有两个 IDE 磁盘,
|
||||
SCSI 磁盘是 BIOS 磁盘 2, 类型 <literal>da</literal>
|
||||
&os; 盘号为 0,因此您可以这样说:</para>
|
||||
|
||||
<screen><userinput>2:da(0,a)kernel</userinput></screen>
|
||||
|
||||
<para>告诉 &os; 您想从 BIOS 磁盘2上引导,它就是系统上的第
|
||||
一个 SCSI 磁盘。如果您只有一个
|
||||
IDE 磁盘,您需要使用 '1:' 来代替。</para>
|
||||
|
||||
<para>您一旦知道了需要使用的数值之后,
|
||||
就可以用您喜欢的文本编辑器把这些命令写进
|
||||
<filename>/boot.config</filename> 文件中。
|
||||
除非另有说明, &os; 会使用这个文件的内容, 作为对
|
||||
<literal>boot:</literal> 提示的回应。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>第一次安装 &os; 后,我从硬盘进行引导,但是引导管理器却提示
|
||||
<literal>F?</literal> 在每次引导时,但却不能引导进入系统。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>在安装 &os; 的编辑分区时, 硬盘尺寸设置错误。
|
||||
返回到分区编辑器并指定您的硬盘的实际尺寸。
|
||||
您必须重新安装 &os; 再次重新设置正确的尺寸。</para>
|
||||
|
||||
<para>如果在为您的机器指出正确的尺寸之后仍然失败,这里有个技巧:
|
||||
安装一个小的 DOS 分区在磁盘开始安装 &os; 后。安装程序将查看 DOS
|
||||
分区并且尝试着去推断正确的尺寸。通常这样就能正常工作。</para>
|
||||
|
||||
<para>下面的提示不再推荐,但是留在这里作为参考:</para>
|
||||
|
||||
<blockquote>
|
||||
<para>如果您正打算安装只使用 &os; 的服务器, 而不关心 (未来)
|
||||
和 DOS, Linux 或其他操作系统的兼容性, 您还可以选择使用整个磁盘
|
||||
(分区编辑器中的 ‘A’), 选择那个不标准的选项来让
|
||||
&os; 占满磁盘的每一个扇区。 这样您就不再需要考虑尺寸问题,
|
||||
而限制则是您将无法运行 &os; 以外的其他操作系统。</para>
|
||||
</blockquote>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>&man.mcd.4; 驱动总是认为它发现了一个设备, 而这导致我的
|
||||
Intel EtherExpress 网卡无法正常工作。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>用 UserConfig 工具 (参见
|
||||
<filename>HARDWARE.TXT</filename>) 并禁用对
|
||||
<devicename>mcd0</devicename> 和
|
||||
<devicename>mcd1</devicename> 设备的探测。 一般而言,
|
||||
在内核配置文件中您应该只保留和启用那些将要用到的设备。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>系统发现了我的 my &man.ed.4; 网卡,但却出现
|
||||
设备超时错误。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>您的卡可能与在内核配置中指定的 IRQ 号不同。
|
||||
ed 驱动默认并不使用软件配置 (DOS 下在 EZSETUP
|
||||
中输入的值), 但但如果您在内核配置文件中将 IRQ 指定为
|
||||
<literal>?</literal> 则它会使用软件的配置。</para>
|
||||
|
||||
<para>另外, 也可以通过跳线来改变硬件设置
|
||||
(如果需要, 相应地修改内核配置),
|
||||
或在 UserConfig 中将 IRQ 指定为 <literal>-1</literal>,
|
||||
或在您的内核配置文件中使用 <literal>?</literal>
|
||||
来告诉内核使用软件配置。</para>
|
||||
|
||||
<para>另一种可能是您的卡使用了 IRQ 9, 而这是和 IRQ 2 共用的,
|
||||
这也是经常造成问题的原因
|
||||
(尤其是当您的 VGA 显卡使用 IRQ 2 时!)。 只要可能,
|
||||
您就不应使用 IRQ 2 或 9。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我从软盘引导安装我的 IBM ThinkPad (tm)膝上型电脑,
|
||||
键盘的输入一团糟。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>以前的 IBM 膝上型电脑使用非标准的键盘控制器,
|
||||
所以您必须告诉键盘驱动程序 (atkbd0) 进入一个特定的模式
|
||||
使它能够在 ThinkPads 上工作。 在 UserConfig 文件中将
|
||||
atkbd0 'Flags' 设置为 0x4, 它就应该能正常的工作了。
|
||||
(参见 'Keyboard' 输入菜单)</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我的系统找不到我的 Intel EtherExpress 16 卡。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>您必须设置您的 Intel EtherExpress 16 卡的内存映射到地址
|
||||
0xD0000, 并使用 Intel 提供的 <filename>softset.exe</filename>
|
||||
程序进行设置, 让使映射后的内存大小为 32K </para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>在 EISA HP Netserver 上安装时,我的
|
||||
AIC-7xxx SCSI 控制器检测不到。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>这是一个已知问题, 并用会在将来对其进行修复。
|
||||
为了使您的系统完全安装, 使用 <option>-c</option> 引导选项进入
|
||||
UserConfig, 但是 <emphasis>不能</emphasis> 使用好看的可视化模式,
|
||||
而必须使用旧式的文本 CLI 模式。 在提示符下输入:</para>
|
||||
|
||||
<screen><userinput>eisa 12</userinput>
|
||||
<userinput>quit</userinput></screen>
|
||||
|
||||
<para>。 (您也可以用 ‘visual’ 代替 ‘quit’,
|
||||
在接下来的配置对话在可视化模式。)
|
||||
尽管我们推荐您编译定制的内核, 但 dset 现在也能够保存这些值了。</para>
|
||||
|
||||
<para>参考 FAQ 主题 5.3 解释的问题和怎样继续。
|
||||
在您的本地系统 /usr/share/doc/FAQ 目录中可以找到 FAQ,
|
||||
如果您安装了 ‘doc’ 软件包的话。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我有一台 Panasonic AL-N1 或 Rios Chandler Pentium
|
||||
机器, 我发现每当进入安装时系统都会挂机。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>由于某些原因, 您的机器可能不喜欢新的
|
||||
<literal>i586_copyout</literal> 和
|
||||
<literal>i586_copyin</literal> 代码。 要禁止它,
|
||||
用安装软盘进行引导, 当它进入第一个菜单 (选择是否进入 UserConfig)
|
||||
时选择命令行界面
|
||||
(<quote>专家模式, Expert Mode</quote>),
|
||||
并且输入下面的语句:</para>
|
||||
|
||||
<screen><userinput>flags npx0 1</userinput></screen>
|
||||
|
||||
<para>继续正常的引导过程。 这些设置将保存在您的内核中,
|
||||
因此您只需做一次就可以了。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我有个 CMD640 IDE 控制器, 系统它坏了。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>&os; 不支持这种控制器。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>在一台 Compaq Aero 笔记本上, 当尝试从软盘安装时, 提示 <quote>No
|
||||
floppy devices found! Please check ...</quote>。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>Compaq 系统总是与其它系统有点不同, 他们没有在笔记本的 CMOS RAM
|
||||
中说明软驱的存在。 因此, 驱动程序会认为没有配置软驱。
|
||||
进入 UserConfig 屏幕, 将 fdc0 驱动标志值设置为 0x1。
|
||||
这样驱动程序将认为第一个软驱存在, 而不去查询 CMOS。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>在安装一台 Dell Poweredge XE 时, 无法识别 Dell
|
||||
自有的 RAID 控制器 DSA (Dell SCSI Array)。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>配置 DSA 来使用 AHA-1540 仿真使用 EISA
|
||||
配置程序。之后 &os; 检测到 DSA
|
||||
作为一个 Adaptec AHA-1540 SCSI 控制器,irq 11 和 port
|
||||
340。在可视化模式下系统将使用 DSA RAID disks,
|
||||
但您不能使用 DSA-specific 里的特性,例如查看 RAID 健壮性。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我有一个 IBM EtherJet PCI 卡,它被
|
||||
&man.fxp.4; 驱动程序正确的探测到, 但网卡上的灯却不亮,
|
||||
也不能连到网络。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>我们不理解为什么会发生这样情况, IBM 也不理解
|
||||
(我们问过他们)。 这块网卡是标准的 Intel EtherExpress
|
||||
Pro/100, 只是上面有 IBM 的标签, 这种卡通常工作的都很好。
|
||||
您可以在一些 IBM 的服务器上看一些这方面的征兆。
|
||||
唯一的解决办法是安装一个不同品牌的网卡。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>当我在配置网络服务期间安装了一个
|
||||
IBM Netfinity 3500, 系统停止了响应。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>在 Netfinity 3500 板上有一个问题, 目前为止我们还没有找出其根源。
|
||||
它可能与系统配置不正确的 SMP 特性有关。
|
||||
目前您只能换一块不同品牌的网卡, 而在任何时候都避免使用板载的。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>我安装到由 Mylex PCI RAID 控制器管理的磁盘时,
|
||||
系统启动失败 (例如, 显示
|
||||
<literal>read error</literal> 错误信息)。</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>Mylex 驱动中有一个 bug,
|
||||
它会忽略 BIOS 中的 <quote>8GB</quote> 模式设置。
|
||||
请改为使用 2GB 模式。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</sect2>
|
||||
</sect1>
|
199
release/doc/zh_CN.GB2312/installation/common/upgrade.sgml
Normal file
199
release/doc/zh_CN.GB2312/installation/common/upgrade.sgml
Normal file
@ -0,0 +1,199 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.12
|
||||
$FreeBSD$
|
||||
|
||||
This section contains the contents of the old UPGRADE.TXT
|
||||
file.
|
||||
-->
|
||||
<sect1 id="upgrading">
|
||||
<title>升级 &os;</title>
|
||||
|
||||
<para>这些说明描述了从一个旧版本的 &os; 执行二进制升级的过程。</para>
|
||||
|
||||
<warning>
|
||||
<para>尽管 &os; 升级过程尽力防止意外的数据丢失,
|
||||
但是仍有很大可能这次安装会
|
||||
<emphasis>擦除您的整个硬盘</emphasis>!
|
||||
请不要接受最后的确认请求,除非您已经备份了所有重要的数据文件。</para>
|
||||
</warning>
|
||||
|
||||
<important>
|
||||
<para>这些说明假定您正在使用您打算升级的 &os; 版本提供的
|
||||
&man.sysinstall.8; 版本。使用一个不匹配的 &man.sysinstall.8;
|
||||
版本几乎总是会造成问题并且已知会让系统处于不可用状态。
|
||||
在这方面最容易犯的错误就是使用现存的安装的旧的
|
||||
&man.sysinstall.8; 副本来升级 &os; 到新的版本。
|
||||
这是 <emphasis>绝不</emphasis> 推荐的。</para>
|
||||
</important>
|
||||
|
||||
<warning>
|
||||
<para>现在还不支持从 &os; 4-STABLE 到 &os; &release.current;
|
||||
的二进制升级。&os; 4-STABLE 中存在的一些文件会引起混乱,
|
||||
但是却不能被二进制升级移除。一个著名的例子就是旧的
|
||||
<filename>/usr/include/g++</filename> 目录会引起 C++
|
||||
程序编译错误 (也可能没有影响)。</para>
|
||||
|
||||
<para>这些升级说明提供给那些从近来的
|
||||
&os; &release.branch; snapshot 升级的用户。</para>
|
||||
</warning>
|
||||
|
||||
<sect2>
|
||||
<title>介绍</title>
|
||||
|
||||
<para>升级过程用相应的最新的
|
||||
&os; release 取代用户选定的发行版本。
|
||||
这个过程保护标准的系统配置文件数据,
|
||||
还有用户数据、已安装的包和其它软件。</para>
|
||||
|
||||
<para>推荐正在考虑升级的管理员在着手升级之前完整阅读这一章节。
|
||||
不这样做的后果很可能就是升级失败或者数据丢失。</para>
|
||||
|
||||
<sect3>
|
||||
<title>升级概览</title>
|
||||
|
||||
<para>发行版本的升级就是执行解压缩新版本组件覆盖当前版本。
|
||||
属于旧的发行版本的文件不会被删除。</para>
|
||||
|
||||
<para>系统配置文件通过保留并恢复下列文件的当前版本来实现保护:</para>
|
||||
|
||||
<para><filename>Xaccel.ini</filename>,
|
||||
<filename>XF86Config</filename>,
|
||||
<filename>adduser.conf</filename>,
|
||||
<filename>aliases</filename>,
|
||||
<filename>aliases.db</filename>,
|
||||
<filename>amd.map</filename>,
|
||||
<filename>crontab</filename>,
|
||||
<filename>csh.cshrc</filename>,
|
||||
<filename>csh.login</filename>,
|
||||
<filename>csh.logout</filename>,
|
||||
<filename>cvsupfile</filename>,
|
||||
<filename>dhclient.conf</filename>,
|
||||
<filename>disktab</filename>,
|
||||
<filename>dm.conf</filename>,
|
||||
<filename>dumpdates</filename>,
|
||||
<filename>exports</filename>,
|
||||
<filename>fbtab</filename>,
|
||||
<filename>fstab</filename>,
|
||||
<filename>ftpusers</filename>,
|
||||
<filename>gettytab</filename>,
|
||||
<filename>gnats</filename>,
|
||||
<filename>group</filename>,
|
||||
<filename>hosts</filename>,
|
||||
<filename>hosts.allow</filename>,
|
||||
<filename>hosts.equiv</filename>,
|
||||
<filename>hosts.lpd</filename>,
|
||||
<filename>inetd.conf</filename>,
|
||||
<filename>localtime</filename>,
|
||||
<filename>login.access</filename>,
|
||||
<filename>login.conf</filename>,
|
||||
<filename>mail</filename>,
|
||||
<filename>mail.rc</filename>,
|
||||
<filename>make.conf</filename>,
|
||||
<filename>manpath.config</filename>,
|
||||
<filename>master.passwd</filename>,
|
||||
<filename>motd</filename>,
|
||||
<filename>namedb</filename>,
|
||||
<filename>networks</filename>,
|
||||
<filename>newsyslog.conf</filename>,
|
||||
<filename>nsmb.conf</filename>,
|
||||
<filename>nsswitch.conf</filename>,
|
||||
<filename>pam.conf</filename>,
|
||||
<filename>passwd</filename>,
|
||||
<filename>periodic</filename>,
|
||||
<filename>ppp</filename>,
|
||||
<filename>printcap</filename>,
|
||||
<filename>profile</filename>,
|
||||
<filename>pwd.db</filename>,
|
||||
<filename>rc.conf</filename>,
|
||||
<filename>rc.conf.local</filename>,
|
||||
<filename>rc.firewall</filename>,
|
||||
<filename>rc.local</filename>,
|
||||
<filename>remote</filename>,
|
||||
<filename>resolv.conf</filename>,
|
||||
<filename>rmt</filename>,
|
||||
<filename>sendmail.cf</filename>,
|
||||
<filename>sendmail.cw</filename>,
|
||||
<filename>services</filename>,
|
||||
<filename>shells</filename>,
|
||||
<filename>skeykeys</filename>,
|
||||
<filename>spwd.db</filename>,
|
||||
<filename>ssh</filename>,
|
||||
<filename>syslog.conf</filename>,
|
||||
<filename>ttys</filename>,
|
||||
<filename>uucp</filename>
|
||||
</para>
|
||||
|
||||
<para>这些文件相应的新版本被转移到
|
||||
<filename>/etc/upgrade/</filename>。
|
||||
系统管理员可以仔细阅读这些新版本并合并需要的部分。
|
||||
注意这里面很多文件是相互依赖的,
|
||||
最好的合并过程是将所有的站点特定数据从当前文件复制进新的文件。</para>
|
||||
|
||||
<para>在升级过程中,会提示管理员
|
||||
<filename>/etc/</filename> 中所有文件要存放的位置。
|
||||
在本地修改合并进入其它文件后,也可以从这个位置再找回它们。</para>
|
||||
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>过程</title>
|
||||
|
||||
<para>这一节详细描述了升级过程。尤其关注那些和通常的安装有明显区别的部分。</para>
|
||||
|
||||
<sect3>
|
||||
<title>备份</title>
|
||||
|
||||
<para>用户数据和系统配置文件在升级前应该备份。
|
||||
尽管升级过程尽力的去防止意外的失误,
|
||||
还是有可能全部或部分的毁坏数据和配置文件信息。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>挂载文件系统</title>
|
||||
|
||||
<para>进入 disklabel 编辑器会列出命名的磁盘文件系统设备。
|
||||
在着手升级前,管理员应该记录一下设备名和相应的挂载点。
|
||||
这些挂载点应该在这里输入。
|
||||
<emphasis>不要</emphasis> 对任何文件系统设置<quote>newfs
|
||||
flag</quote>,因为这会引起数据丢失。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>选择 Distribution</title>
|
||||
|
||||
<para>选择 distribution 的时候,没有强制的约束必须选择哪一个。
|
||||
基本规则是,<literal>base</literal>
|
||||
distribution 对于升级来说应该选择,如果已经安装了联机手册
|
||||
<literal>man</literal> distribution 也应该选择。
|
||||
如果管理员希望添加额外的功能,在最初的安装之外其它 distribution
|
||||
也可以选择。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="fstab">
|
||||
<title>安装之后</title>
|
||||
|
||||
<para>一旦安装过程完成,就会提示管理员检查新的配置文件。
|
||||
这时候,应该做下检查来保证系统配置文件有效。
|
||||
尤其是,应该检查 <filename>/etc/rc.conf</filename> 和
|
||||
<filename>/etc/fstab</filename> 文件。</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>从源代码升级</title>
|
||||
|
||||
<para>那些对允许更复杂、诡异的升级方法感兴趣的人应该看看
|
||||
&os; 使用手册的 <ulink
|
||||
url="http://www.FreeBSD.org/doc/zh_CN.GB2312/books/handbook/cutting-edge.html">
|
||||
最前沿</ulink> 一章。这个过程包括了从源代码重建整个 &os;。
|
||||
这依赖于可靠的网络连接、额外的磁盘空间和时间,
|
||||
但是有网络以及其它更复杂安装的优势。
|
||||
这基本和跟踪 -STABLE 或 -CURRENT 开发分支的过程是相同的。</para>
|
||||
|
||||
<para><filename>/usr/src/UPDATING</filename> 包含了从源代码升级 &os;
|
||||
系统的重要信息。它列出了 &os; 中各种各样可能影响升级的改动。</para>
|
||||
</sect2>
|
||||
</sect1>
|
21
release/doc/zh_CN.GB2312/installation/i386/Makefile
Normal file
21
release/doc/zh_CN.GB2312/installation/i386/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Original Revision: 1.4
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/abstract.sgml
|
||||
SRCS+= ../common/install.sgml
|
||||
SRCS+= ../common/layout.sgml
|
||||
SRCS+= ../common/trouble.sgml
|
||||
SRCS+= ../common/upgrade.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/zh_CN.GB2312/installation/i386/article.sgml
Normal file
31
release/doc/zh_CN.GB2312/installation/i386/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.5
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/install.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "i386">
|
||||
<!ENTITY arch.print "i386">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
&abstract;
|
||||
§.install;
|
||||
§.layout;
|
||||
§.upgrade;
|
||||
§.trouble;
|
||||
</article>
|
21
release/doc/zh_CN.GB2312/installation/ia64/Makefile
Normal file
21
release/doc/zh_CN.GB2312/installation/ia64/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/abstract.sgml
|
||||
SRCS+= ../common/install.sgml
|
||||
SRCS+= ../common/layout.sgml
|
||||
SRCS+= ../common/trouble.sgml
|
||||
SRCS+= ../common/upgrade.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/zh_CN.GB2312/installation/ia64/article.sgml
Normal file
31
release/doc/zh_CN.GB2312/installation/ia64/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.2
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/install.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "ia64">
|
||||
<!ENTITY arch.print "IA-64">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
&abstract;
|
||||
§.install;
|
||||
§.layout;
|
||||
§.upgrade;
|
||||
§.trouble;
|
||||
</article>
|
21
release/doc/zh_CN.GB2312/installation/pc98/Makefile
Normal file
21
release/doc/zh_CN.GB2312/installation/pc98/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/abstract.sgml
|
||||
SRCS+= ../common/install.sgml
|
||||
SRCS+= ../common/layout.sgml
|
||||
SRCS+= ../common/trouble.sgml
|
||||
SRCS+= ../common/upgrade.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/zh_CN.GB2312/installation/pc98/article.sgml
Normal file
31
release/doc/zh_CN.GB2312/installation/pc98/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.2
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/install.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "pc98">
|
||||
<!ENTITY arch.print "NEC PC-98x1">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
&abstract;
|
||||
§.install;
|
||||
§.layout;
|
||||
§.upgrade;
|
||||
§.trouble;
|
||||
</article>
|
19
release/doc/zh_CN.GB2312/installation/sparc64/Makefile
Normal file
19
release/doc/zh_CN.GB2312/installation/sparc64/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= install.sgml
|
||||
SRCS+= ../common/artheader.sgml
|
||||
SRCS+= ../common/install.sgml
|
||||
SRCS+= ../common/layout.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/zh_CN.GB2312/installation/sparc64/article.sgml
Normal file
31
release/doc/zh_CN.GB2312/installation/sparc64/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.5
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/install.ent"> %sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "sparc64">
|
||||
<!ENTITY arch.print "UltraSPARC">
|
||||
<!ENTITY release.url "ftp://ftp.FreeBSD.org/pub/FreeBSD/development/sparc64/">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&artheader;
|
||||
&abstract;
|
||||
§.install;
|
||||
§.layout;
|
||||
§.upgrade;
|
||||
§.trouble;
|
||||
</article>
|
566
release/doc/zh_CN.GB2312/installation/sparc64/install.sgml
Normal file
566
release/doc/zh_CN.GB2312/installation/sparc64/install.sgml
Normal file
@ -0,0 +1,566 @@
|
||||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.14
|
||||
$FreeBSD$
|
||||
|
||||
This file contains sparc64-specific installation instructions.
|
||||
|
||||
-->
|
||||
|
||||
<sect1 id="install">
|
||||
<title>Installing &os;</title>
|
||||
|
||||
<para>This text describes how to install and boot the &arch; port.
|
||||
Users of this port are encouraged to subscribe to the
|
||||
&a.sparc;.</para>
|
||||
|
||||
<warning>
|
||||
<para>The kernel and userland binaries mentioned below are highly
|
||||
experimental (for example, the kernel contains some ATA changes
|
||||
and EEPROM handling code which could potentially be dangerous).
|
||||
Unless you know what you are doing and are willing to cope with
|
||||
any damage that might arise, you should probably not be trying
|
||||
this.</para>
|
||||
</warning>
|
||||
|
||||
<para>Unlike &os;/i386 or &os;/alpha, there is no version of
|
||||
&man.sysinstall.8; for &os;/&arch;. The installation procedure
|
||||
consists of loading a kernel (either from CDROM or the network)
|
||||
onto the &arch; machine, with a root filesystem on CDROM or
|
||||
exported via NFS. The utilities on the root filesystem can then
|
||||
be used to partition the local disk on the &arch; machine and
|
||||
optionally to copy the &os; distribution to the local disk to make
|
||||
a stand-alone machine.</para>
|
||||
|
||||
<para>Currently, there are two ways to install &os;/&arch; on a new
|
||||
machine. By far the easier of the two is to install from CDROM;
|
||||
this method allows you to install &os; without any dependencies on
|
||||
any other computers.</para>
|
||||
|
||||
<para>If installing from CDROM is impossible or undesirable, the
|
||||
alternative is to install over the network. This requires another
|
||||
machine, suitably configured, to serve the boot loader, kernel,
|
||||
and root filesystem to the new machine, via a combination of
|
||||
RARP, TFTP, and either BOOTP or DHCP. This netboot server can be
|
||||
another &os; machine, but is not required to be.</para>
|
||||
|
||||
<para>You will need to decide which of these methods you want to use
|
||||
for installation, as this will determine the set of files you need
|
||||
to download (if any), as well as the steps required to do the
|
||||
installation.</para>
|
||||
|
||||
<!-- this should read "in this document" after the re-structure -->
|
||||
|
||||
<important>
|
||||
<para>The URLs in this section are provisional and subject to
|
||||
change. Please see the archives of the &a.sparc; for the most
|
||||
recent locations of files. This notice will be removed when
|
||||
more permanent URLs have been determined.</para>
|
||||
</important>
|
||||
|
||||
<sect2 id="getting-to-prom-prompt">
|
||||
<title>Getting to the PROM Prompt</title>
|
||||
|
||||
<para>Most &arch; systems are set up to boot automatically from
|
||||
disk. To install &os;, you need to boot over the network or
|
||||
from a CDROM, which requires you to break into the PROM
|
||||
(OpenFirmware).</para>
|
||||
|
||||
<para>To do this, reboot the system, and wait until the boot
|
||||
message appears. It depends on the model, but should look about
|
||||
like:</para>
|
||||
|
||||
<screen>Sun Blade 100 (UltraSPARC-IIe), Keyboard Present
|
||||
Copyright 1998-2001 Sun Microsystems, Inc. All rights reserved.
|
||||
OpenBoot 4.2, 128 MB memory installed, Serial #51090132.
|
||||
Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
||||
|
||||
<para>If your system proceeds to boot from disk at this point, you
|
||||
need to press <keycombo
|
||||
action="simul"><keycap>L1</keycap><keycap>A</keycap></keycombo>
|
||||
or <keycombo
|
||||
action="simul"><keycap>Stop</keycap><keycap>A</keycap></keycombo>
|
||||
on the keyboard, or send a <command>BREAK</command> over the
|
||||
serial console (using for example <command>~#</command> in
|
||||
&man.tip.1; or &man.cu.1;) to get to the PROM prompt. It looks
|
||||
like this:</para>
|
||||
|
||||
<screenco>
|
||||
<areaspec>
|
||||
<area id="prompt-single" coords="1 5">
|
||||
<area id="prompt-smp" coords="2 5">
|
||||
</areaspec>
|
||||
|
||||
<screen><prompt>ok </prompt>
|
||||
<prompt>ok {0} </prompt></screen>
|
||||
|
||||
<calloutlist>
|
||||
<callout arearefs="prompt-single">
|
||||
<para>This is the prompt used on systems with just one
|
||||
CPU.</para>
|
||||
</callout>
|
||||
|
||||
<callout arearefs="prompt-smp">
|
||||
<para>This is the prompt used on SMP systems, the digit
|
||||
indicates the number of the active CPU.</para>
|
||||
</callout>
|
||||
</calloutlist>
|
||||
</screenco>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="prepare-cd">
|
||||
<title>Preparing for a CDROM Installation</title>
|
||||
|
||||
<para>If you want to do a CDROM installation, an ISO image with a
|
||||
snapshot of &os;/&arch; can be found at <ulink
|
||||
url="&release.url;"></ulink>. This file can be used to create a
|
||||
bootable CDROM which contains everything necessary to boot and
|
||||
load at least a minimal &os; installation.</para>
|
||||
|
||||
<!-- XXX ISO location?-->
|
||||
<para>Place the CDROM into your drive, and break into the PROM as
|
||||
described above. On the PROM prompt, type <command>boot
|
||||
cdrom</command>. The system should boot into single-user mode
|
||||
now, and you can create the disk label and install the base
|
||||
system archive as described in <xref
|
||||
linkend="creating-disk-label"> and <xref
|
||||
linkend="creating-root-filesystem">.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="prepare-network">
|
||||
<title>Preparing for a Network Installation</title>
|
||||
|
||||
<para>A &os;/&arch; kernel is booted by having the firmware
|
||||
retrieve and execute a <application>loader</application>, which
|
||||
in turn fetches and executes the actual kernel. For this boot
|
||||
process, you need to set up &man.rarpd.8; and &man.tftpd.8; (for
|
||||
the firmware) and &man.bootpd.8; (for the
|
||||
<application>loader</application>) on another networked system.
|
||||
The loader can fetch a kernel using TFTP or NFS. All of this is
|
||||
covered in detail below.</para>
|
||||
|
||||
<sect3 id="downloading">
|
||||
<title>Getting the Required Files</title>
|
||||
|
||||
<para>For a network installation, you will need several files.
|
||||
First, you will need to download a &os;/&arch; loader for
|
||||
&man.tftpd.8; to serve to your &arch; client. The loader will
|
||||
use either TFTP or NFS to retrieve the &os; kernel from the
|
||||
netboot server. There is a separate loader for each of these
|
||||
methods (i.e. a loader for TFTP and a loader for NFS). You
|
||||
should download one of the following files, as
|
||||
appropriate:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="&release.url;loader-tftp.gz"></ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="&release.url;loader-nfs.gz"></ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>A network installation also requires a kernel to be served
|
||||
to the netboot client. A suitable kernel can be found at
|
||||
<ulink url="&release.url;"></ulink>.</para>
|
||||
<!-- XXX kernel filename?-->
|
||||
|
||||
<para>Finally, you will need a &man.tar.1; archive which
|
||||
contains the binaries and configuration files from the base
|
||||
system. This file is available from <ulink
|
||||
url="&release.url;distrib.tar.gz"></ulink>.</para>
|
||||
</sect3>
|
||||
|
||||
<!-- put the words "netboot server" in here -->
|
||||
<sect3>
|
||||
<title>rarpd</title>
|
||||
|
||||
<para>You need to add the Ethernet address of your &os;/&arch;
|
||||
system to <filename>/etc/ethers</filename> on the netboot
|
||||
server. An entry looks like:</para>
|
||||
|
||||
<programlisting>0:3:ba:b:92:d4 your.host.name</programlisting>
|
||||
|
||||
<para>The Ethernet address is usually displayed in the boot
|
||||
message.</para>
|
||||
|
||||
<para>Make sure <hostid>your.host.name</hostid> is in
|
||||
<filename>/etc/hosts</filename> or has a valid DNS entry (or
|
||||
use an IP address). Then, start &man.rarpd.8; on a network
|
||||
interface that is on the same subnet as the &os;/&arch;
|
||||
system.</para>
|
||||
</sect3>
|
||||
|
||||
<!-- put the words "netboot server" in here -->
|
||||
<sect3>
|
||||
<title>tftpd</title>
|
||||
|
||||
<para>Activate &man.tftpd.8; in your &man.inetd.8;
|
||||
configuration by uncommenting the following line in
|
||||
<filename>/etc/inetd.conf</filename>:</para>
|
||||
|
||||
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot</programlisting>
|
||||
|
||||
<para>Copy the unpacked loader to your
|
||||
<filename>/tftpboot</filename> directory, and name it with the
|
||||
&os;/&arch; host's IP address in upper-case hexadecimal
|
||||
notation without dots (or use appropriately-named symbolic
|
||||
links). For example, your setup may look like this, for an IP
|
||||
address of <hostid>192.168.0.16</hostid>:</para>
|
||||
|
||||
<screen> lrwx------ 1 tmm users 9 Jul 24 17:05 /tftpboot/C0A80010 -> boot/loader
|
||||
-rw-r--r-- 1 tmm users 1643021 Oct 20 18:04 /tftpboot/boot/loader</screen>
|
||||
|
||||
<para>If you have trouble booting, it is very helpful to use
|
||||
&man.tcpdump.1; to monitor the TFTP requests. This will allow
|
||||
you to see the file name you need to use for the loader.
|
||||
Error replies by the TFTP server are most often due to
|
||||
incorrect file permissions.</para>
|
||||
</sect3>
|
||||
|
||||
<!-- put the words "netboot server" in here -->
|
||||
<sect3>
|
||||
<title>Setting up bootpd/dhcpd</title>
|
||||
|
||||
<para>You can use either BOOTP or DHCP (both not both) to
|
||||
provide some parameters to the boot loader, such as a
|
||||
machine's IP address. If you are using another &os; machine
|
||||
as a netboot server, the BOOTP functionality is provided by
|
||||
&man.bootpd.8;, which is a part of the &os; base system.
|
||||
Several DHCP servers are provided in the &os; Ports
|
||||
Collection.</para>
|
||||
|
||||
<para>If you are going to use &man.bootpd.8;, create entries for
|
||||
your &os;/&arch; system in the server's
|
||||
<filename>/etc/bootptab</filename> (see &man.bootptab.5; for
|
||||
more details):</para>
|
||||
|
||||
<programlisting>.default:\
|
||||
:bf="kernel":dn=local:ds=<replaceable>name-server-ip-address</replaceable>:\
|
||||
:gw=<replaceable>gateway-ip-address</replaceable>:ht=ether:hd="/tftpboot/boot/kernel":hn:\
|
||||
:sa="<replaceable>tftp-server-ip-address</replaceable>":\
|
||||
:rp="<replaceable>tftp-server-ip-address</replaceable>:<replaceable>nfs-root-directory</replaceable>":\
|
||||
:sm=<replaceable>ip-netmask</replaceable>
|
||||
|
||||
<replaceable>name-of-the-entry</replaceable>:\
|
||||
ha=<replaceable>sparc64-ethernet-address</replaceable>:ip=<replaceable>sparc64-ip-address</replaceable>:tc=.default</programlisting>
|
||||
|
||||
<para>The Ethernet address must be the same as the one in the
|
||||
TFTP example above, but it is specified hexadecimal notation
|
||||
without colons (for the example above, this would be
|
||||
<literal>0003ba0b92d4</literal>). NFS/TFTP specific entries
|
||||
can be omitted if the given method is not used. The strings
|
||||
given in the <literal>hd</literal> and <literal>bf</literal>
|
||||
properties are concatenated to give the boot file name. If
|
||||
your kernel is named differently or you use another directory,
|
||||
change these values as required. If you are booting using
|
||||
NFS, remove the <literal>bf</literal> and
|
||||
<literal>hd</literal> settings (or change them to specify the
|
||||
directory and file inside the NFS root hierarchy in which the
|
||||
kernel will reside). The name of the host entry is
|
||||
conventionally the host name without the domain
|
||||
appended.</para>
|
||||
|
||||
<para>For a DHCP server, add an entry similar to the following
|
||||
to your <filename>dhcpd.conf</filename> file. An example
|
||||
entry for <application>ISC DHCP</application> version 2
|
||||
(available in the &os; Ports Collection as <filename
|
||||
role="package">net/isc-dhcp2</filename>) is shown
|
||||
below:</para>
|
||||
|
||||
<programlisting>host <replaceable>name-of-entry</replaceable> {
|
||||
hardware ethernet <replaceable>sparc64-ethernet-address</replaceable>;
|
||||
option host-name "<replaceable>sparc64-fully-qualified-domain-name</replaceable>";
|
||||
fixed-address <replaceable>sparc64-ip-address</replaceable>;
|
||||
always-reply-rfc1048 on;
|
||||
filename "kernel";
|
||||
option root-path "<replaceable>tftp-server-ip-address</replaceable>:<replaceable>nfs-root-directory</replaceable>";
|
||||
}</programlisting>
|
||||
|
||||
<para>The <literal>filename</literal> option corresponds to the
|
||||
concatenation of <literal>hd</literal> and
|
||||
<literal>bf</literal> in <filename>/etc/bootptab</filename>.
|
||||
The Ethernet address is specified in hexadecimal with colons,
|
||||
just like in the &man.rarpd.8; example above.
|
||||
<literal>options root-path</literal> corresponds to
|
||||
<literal>rp</literal> in <filename>/etc/bootptab</filename>.
|
||||
If the name given in <literal>option host-name</literal> is
|
||||
resolvable, i.e. has a DNS entry or is associated with an
|
||||
address in <filename>/etc/hosts</filename>, the
|
||||
<literal>fixed-address</literal> specification can be
|
||||
omitted.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Loading the Kernel</title>
|
||||
|
||||
<para>With the daemons on the netboot server configured, the
|
||||
next step is to copy the kernel (obtained during the steps of
|
||||
<xref linkend="downloading">) to an appropriate directory.
|
||||
There are two ways of retrieving a kernel over the network:
|
||||
TFTP and NFS. (You specified one of these two alternatives by
|
||||
picking a loader.)</para>
|
||||
|
||||
<para>For both TFTP and NFS, the loader will use the parameters
|
||||
that it obtained via BOOTP or DHCP to find the kernel.</para>
|
||||
|
||||
<sect4>
|
||||
<title>Loading the Kernel over TFTP</title>
|
||||
|
||||
<para>Place the kernel in the directory you specified using
|
||||
<literal>bf</literal> and <literal>hd</literal> in the
|
||||
<filename>/etc/bootptab</filename> or the
|
||||
<literal>filename</literal> parameter to
|
||||
<filename>dhcpd.conf</filename>.</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>Loading the Kernel over NFS</title>
|
||||
|
||||
<para>Export the directory that was specified by the
|
||||
<literal>rp</literal> property in
|
||||
<filename>/etc/bootptab</filename> or the
|
||||
<literal>root-path</literal> parameter in
|
||||
<filename>dhcpd.conf</filename> (see &man.exports.5;). Copy
|
||||
the kernel to the directory you specified using
|
||||
<literal>bf</literal> and <literal>hd</literal> in the
|
||||
<filename>/etc/bootptab</filename> or the
|
||||
<literal>filename</literal> parameter to
|
||||
<filename>dhcpd.conf</filename>.</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Loading the Base System to the Netboot Server</title>
|
||||
|
||||
<para>You must extract the base system distribution image to the
|
||||
NFS root directory specified either by the
|
||||
<literal>rp</literal> option in
|
||||
<filename>/etc/bootptab</filename> or the
|
||||
<literal>root-path</literal> option in
|
||||
<filename>dhcpd.conf</filename>. This directory tree will
|
||||
become the &arch;'s root filesystem once the kernel is booted.
|
||||
Besides providing a normal userland environment, it also
|
||||
contains all of the necessary utilities for you to install the
|
||||
distribution on the &arch; client's local disk.</para>
|
||||
|
||||
<para>Using whatever editing tools you have on the netboot
|
||||
server, you probably will want to edit the &arch;'s
|
||||
<filename>/etc/fstab</filename> and
|
||||
<filename>/etc/rc.conf</filename> and set a
|
||||
<username>root</username> password.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Booting</title>
|
||||
|
||||
<para>If all goes well, you can now boot the &os; on your &arch;
|
||||
machine by dropping into the PROM prompt as described in <xref
|
||||
linkend="getting-to-prom-prompt">. Now, just type
|
||||
<command>boot net</command> and the system should boot.
|
||||
Specifically, the loader is retrieved via TFTP, it then does a
|
||||
BOOTP request and will proceed to load the kernel (either
|
||||
using TFTP or NFS, depending on your choice of loader). Then,
|
||||
it should wait 10 seconds for user input and proceed to
|
||||
execute the kernel.</para>
|
||||
|
||||
<para>If something does not work in between, and you suspect
|
||||
TFTP/NFS/BOOTP problems, <application>Ethereal</application>
|
||||
(available in the &os; Ports Collection as <filename
|
||||
role="package"> net/ethereal</filename>) is usually helpful.
|
||||
The most common problems are related to bad file permissions.
|
||||
Also note that &man.rarpd.8; will not answer to packets under
|
||||
some circumstances, refer to the manual page for
|
||||
details.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="creating-disk-label">
|
||||
<title>Creating a Disk Label</title>
|
||||
|
||||
<para>The kernel supports the Sun disk label format, so you can
|
||||
label the disks you want to use with &os; from Solaris.</para>
|
||||
|
||||
<para>&os; disk labels must currently be created by hand, as
|
||||
&man.sysinstall.8; is not yet available on &os;/&arch;. Please
|
||||
refer to the <ulink
|
||||
url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/">FreeBSD
|
||||
Handbook</ulink> for more information about labels and special
|
||||
partitions.</para>
|
||||
|
||||
<para>On &os;/&arch;, a Sun compatibility label is embedded in the
|
||||
&os; label; this is needed for the PROM to boot from disk. This
|
||||
imposes an additional restriction on the disk label format:
|
||||
partitions are required to start on a cylinder boundary.</para>
|
||||
|
||||
<para>To create a disk label, the following procedure is the
|
||||
easiest:</para>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Run <command>disklabel -w -r
|
||||
<replaceable>device</replaceable> auto</command> to create a
|
||||
basic disk label. The third argument you need specify here
|
||||
is just the name of the device, not the complete path to the
|
||||
device node (e.g. <devicename>ad0</devicename> for the first
|
||||
ATA disk).</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para> Use <command>disklabel -e
|
||||
<replaceable>device</replaceable></command> to open an
|
||||
editor in which you can edit the disk label. The
|
||||
information presented to you should look like:</para>
|
||||
|
||||
<screen># /dev/ad6c:
|
||||
type: unknown
|
||||
disk: amnesiac
|
||||
label:
|
||||
flags:
|
||||
bytes/sector: 512
|
||||
sectors/track: 63
|
||||
tracks/cylinder: 16
|
||||
sectors/cylinder: 1008
|
||||
cylinders: 79780
|
||||
sectors/unit: 80418240
|
||||
rpm: 3600
|
||||
interleave: 1
|
||||
trackskew: 0
|
||||
cylinderskew: 0
|
||||
headswitch: 0 # milliseconds
|
||||
track-to-track seek: 0 # milliseconds
|
||||
drivedata: 0
|
||||
|
||||
8 partitions:
|
||||
# size offset fstype [fsize bsize bps/cpg]
|
||||
c: 80418240 0 unused 0 0 # (Cyl. 0 - 79779)</screen>
|
||||
|
||||
<para>You can now add new partitions in the same format as the
|
||||
already present line. Using <literal>*</literal> in the
|
||||
offset field makes the procedure easier; please refer to the
|
||||
&man.disklabel.8; manual page for more information.</para>
|
||||
|
||||
<para>To make sure the restriction mentioned above is met, the
|
||||
size of each partition must be a multiple of the number of
|
||||
sectors per cylinder as shown in the information that is
|
||||
presented in the editor (1008 in the example above).</para>
|
||||
|
||||
<para>When you are done, save your changes and quit the
|
||||
editor.i This will cause the disk label to be
|
||||
written.</para>
|
||||
|
||||
<warning>
|
||||
<para>This procedure will overwrite any disk label that may
|
||||
be already present on the disk. Any existing filesystems
|
||||
on this disk must have their respective partition entries
|
||||
in the old and new label match
|
||||
<emphasis>exactly</emphasis>, or they will be
|
||||
lost.</para>
|
||||
</warning>
|
||||
|
||||
<para>If you want to double-check that your partitions end on
|
||||
cylinder boundaries, run <command>disklabel -e
|
||||
<replaceable>device</replaceable></command> again. The
|
||||
editor will display the cylinders used by a particular
|
||||
partition on the right hand side of the output. If any of
|
||||
the partitions you defined (i.e. anything except partition
|
||||
<literal>c</literal>) shows an <literal>*</literal> next to
|
||||
it, the partition does <emphasis>NOT</emphasis> start or end
|
||||
on a cylinder boundary. You <emphasis>MUST</emphasis> fix
|
||||
these or your system will not work.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Use <command>disklabel -B</command> if you want to make
|
||||
the disk bootable for &os;/&arch;.</para>
|
||||
|
||||
<warning>
|
||||
<para>Using <command>disklabel -B</command> on a disk will
|
||||
overwrite any preexisting boot block, so it will likely
|
||||
render any other operating system installed on the same
|
||||
disk unbootable.</para>
|
||||
</warning>
|
||||
|
||||
<para>If you do not want to overwrite the boot block, it is
|
||||
possible to load the <application>loader</application> via
|
||||
TFTP as described above, but have it boot the kernel from
|
||||
disk. This requires a special loader binary, which is
|
||||
available at <ulink
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/sparc64/loader-ufs.gz"></ulink></para>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="creating-root-filesystem">
|
||||
<title>Creating the Root Fileystem</title>
|
||||
|
||||
<para>If you want to boot from a local disk, you will need to
|
||||
create a root filesystem to hold the base system binaries and
|
||||
configuration files (and optionally other filesystems mounted
|
||||
in places such as <filename>/usr</filename> and
|
||||
<filename>/var</filename>).</para>
|
||||
|
||||
<para>The kernel contains support for Sun disklabels, so you can
|
||||
use Solaris disks, which may even be prepared using
|
||||
<application>newfs</application> under Solaris. NetBSD disk
|
||||
labels and filesystems are also usable from &os;.</para>
|
||||
|
||||
<warning>
|
||||
<para>Do <emphasis>not</emphasis> run Solaris
|
||||
<application>fsck</application> on filesystems modified by
|
||||
&os;. Doing so will damage the file permissions.</para>
|
||||
</warning>
|
||||
|
||||
<para>To create filesystems and to install the base system, boot
|
||||
from CDROM or via NFS and create a disk label as described in
|
||||
<xref linkend="creating-disk-label">.</para>
|
||||
|
||||
<para>When booting the first time and you have not entered your
|
||||
root partition into <filename>/etc/fstab</filename> yet, you may
|
||||
need to specify your root partition on the mountroot prompt when
|
||||
booting (use a format like
|
||||
<command>ufs:<replaceable>disk</replaceable><replaceable>partition</replaceable></command>,
|
||||
i.e. leave the slice specification out). If the kernel does
|
||||
automatically attempt to boot from another filesystem, press a
|
||||
key other than <keycap>Enter</keycap> on the
|
||||
<application>loader</application> prompt:</para>
|
||||
|
||||
<screen>Hit [Enter] to boot immediately, or any other key for command prompt.</screen>
|
||||
|
||||
<para>Then, boot the kernel using <command>boot -a -s</command>,
|
||||
which will cause the kernel to ask you for the root partition
|
||||
and then boot into single-user mode. Once the root filesystem
|
||||
has been entered into <filename>/etc/fstab</filename>, it should
|
||||
be automatically mounted as <filename>/</filename> on the next
|
||||
boot.</para>
|
||||
|
||||
<para>If you are booting over the network (via NFS), the above
|
||||
BOOTP entries should suffice to have the kernel find and mount
|
||||
the root filesystem via NFS.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="installing-base-system">
|
||||
<title>Installing the Base System</title>
|
||||
|
||||
<para>If you booted the kernel from the network, you downloaded a
|
||||
&man.tar.1; archive with the base system and exported it from
|
||||
the netboot server via NFS. You can unpack this same archive to
|
||||
your local disk to create a stand-alone system (remember to copy
|
||||
the kernel over as well).</para>
|
||||
|
||||
<para>If you booted from CDROM, the same archive is available in
|
||||
<filename>/root/</filename> on the CDROM.</para>
|
||||
|
||||
<para>Before booting the system stand-alone, you will want to edit
|
||||
<filename>/etc/fstab</filename> and
|
||||
<filename>/etc/rc.conf</filename> and set a
|
||||
<username>root</username> password.</para>
|
||||
|
||||
<para>Note that some programs from the base system may not be
|
||||
present in the archive, or may not work properly yet.</para>
|
||||
</sect2>
|
||||
</sect1>
|
27
release/doc/zh_CN.GB2312/readme/Makefile
Normal file
27
release/doc/zh_CN.GB2312/readme/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
# Original Revision: 1.7
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/readme
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/readme
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
408
release/doc/zh_CN.GB2312/readme/article.sgml
Normal file
408
release/doc/zh_CN.GB2312/readme/article.sgml
Normal file
@ -0,0 +1,408 @@
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.31.2.2
|
||||
-->
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
]>
|
||||
|
||||
<article>
|
||||
<articleinfo>
|
||||
<title>&os; &release.current; 自述</title>
|
||||
|
||||
<corpauthor>The &os; Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD$</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
<legalnotice id="trademarks" role="trademarks">
|
||||
&tm-attrib.freebsd;
|
||||
&tm-attrib.intel;
|
||||
&tm-attrib.opengroup;
|
||||
&tm-attrib.sparc;
|
||||
&tm-attrib.general;
|
||||
</legalnotice>
|
||||
</articleinfo>
|
||||
|
||||
<abstract>
|
||||
<para>这份文档对 &os;
|
||||
&release.current; 作了一个简短的介绍, 还包括如何获取
|
||||
&os;、&os;
|
||||
项目联系的多种方式, 以及一些其他的信息来源。</para>
|
||||
</abstract>
|
||||
|
||||
<sect1 id="intro">
|
||||
<title>介绍</title>
|
||||
|
||||
<para>这个发行版本是 &os; &release.current; 的一个 &release.type;,
|
||||
它是 &release.branch; 分支的最新版本。</para>
|
||||
|
||||
<sect2>
|
||||
<title>关于 &os;</title>
|
||||
|
||||
<para>&os; 是一个基于 4.4 BSD Lite 的操作系统,支持
|
||||
DEC/Compaq/HP Alpha/AXP 计算机 (alpha),
|
||||
基于 AMD64 和 Intel EM64T 的 PC 硬件 (amd64),
|
||||
基于 Intel, AMD, Cyrix 或 NexGen <quote>x86</quote> 的 PC 硬件 (i386),
|
||||
基于 Intel Itanium Processor 的计算机 (ia64),
|
||||
NEC PC-9801/9821 系列 PC 及其兼容机 (pc98),
|
||||
以及 &ultrasparc; 机器 (sparc64)。
|
||||
支持 &powerpc; (powerpc), and &mips; (mips)
|
||||
硬件架构的的版本也正在开发中。
|
||||
&os; 支持各种各样的外围设备,
|
||||
可以胜任软件开发、游戏,以及提供 Internet
|
||||
服务等的各式应用。</para>
|
||||
|
||||
<para>这个版本的 &os; 包含了运行这样一个系统所需要的每样东西,
|
||||
在基本的发行中包含了完整的内核和所有的工具源代码。
|
||||
只要安装了源代码, 您就可以用一条命令从头编译整个系统,
|
||||
这对于那些想知道它是如何工作的学生、
|
||||
研究人员或者用户来说非常有用。</para>
|
||||
|
||||
<para>包含大量已经移植的第三方软件集合 (<quote>Ports
|
||||
Collection</quote>) 让在 &os; 上获取并安装所有您喜欢的传统 &unix;
|
||||
工具变得容易。 每个 <quote>port</quote>
|
||||
是一些用一条命令就可以下载、配置、编译并安装软件的脚本。
|
||||
超过 &os.numports; 个
|
||||
port,从编辑器到编程语言再到图形应用程序, 让
|
||||
&os; 成为一个大大扩展了很多商业 &unix;
|
||||
版本所能提供的强大并且通用的操作环境。 大多数 port 也提供了预编译的
|
||||
<quote>package</quote>, 可以用安装程序快速安装。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>目标用户</title>
|
||||
|
||||
<![ %release.type.current; [
|
||||
|
||||
<para>&release.type; 主要是针对富于冒险精神,
|
||||
以及那些希望参与下一步的 &os; 开发的用户。
|
||||
尽管 &os; 开发团队尽最大努力来确保每一个
|
||||
&release.type; 能够像所宣传的那样运行,
|
||||
&release.branch; 仍然处于开发过程中。</para>
|
||||
|
||||
<para>使用这个 &release.type; 的基本要求是精通 &os;
|
||||
并且理解正在进行的 &os; &release.branch; 开发进程
|
||||
(在 &a.current;中讨论)。</para>
|
||||
|
||||
<para>对于那些对在商业中使用 &os; 而不是体验新的 &os;
|
||||
技术感兴趣的人来说,正式的发行版
|
||||
(比如 &release.prev.stable;) 往往更合适。
|
||||
这些版本经历了一定时期的测试和质量保证检测来确保高可用性和可靠性。</para>
|
||||
|
||||
]]>
|
||||
|
||||
<![ %release.type.snapshot; [
|
||||
|
||||
<para>&release.type; 主要目标是有冒险精神的,
|
||||
以及想参与正在进行的 &os; 开发的用户。
|
||||
尽管 &os; 开发团队尽最大努力来确保每一个
|
||||
&release.type; 能够像所宣传的那样运行,
|
||||
&release.branch; 仍然处于开发过程中。</para>
|
||||
|
||||
<para>使用这个 &release.type; 的基本要求是精通
|
||||
&os; 并且理解正在进行的 &os; &release.branch;
|
||||
开发进程 (在 &a.current; 中讨论)。</para>
|
||||
|
||||
<para>对于那些对在商业中使用 &os; 而不是体验新的 &os;
|
||||
技术感兴趣的人来说,正式的发行版
|
||||
(比如 &release.prev.stable;) 往往更合适。
|
||||
这些版本经历了一定时期的测试和质量保证检测来确保高可用性和可靠性。</para>
|
||||
|
||||
]]>
|
||||
|
||||
<![ %release.type.release; [
|
||||
|
||||
<para>&os; 的这个 &release.type; 适用于所有用户。
|
||||
它经历了一定时期的测试和质量检测来确保最高的可用性和可靠性。</para>
|
||||
|
||||
]]>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="obtain">
|
||||
<title>获取 &os;</title>
|
||||
|
||||
<para>&os; 可以通过各种方式得到。
|
||||
这一节关注那些可以获取完整的 &os; 发行版本的主要方式,
|
||||
而不是升级已经装好的系统。</para>
|
||||
|
||||
<sect2>
|
||||
<title>CDROM 和 DVD</title>
|
||||
|
||||
<para>&os; -RELEASE 发行版本可以从几个发行商那里以 CDROM 或者 DVD
|
||||
的形式订购。 对于全新安装来说, 这通常是获取 &os; 最方便的方式,
|
||||
因为它提供了在必要时快速地重新安装系统的方法。
|
||||
一些发行版本包含了一些来自 &os; Ports Collection 的可选的、
|
||||
预编译的 <quote>package</quote>。</para>
|
||||
|
||||
<para>一个已知的 CDROM 和 DVD
|
||||
发行商列表列在使用手册的 <ulink
|
||||
url="&url.books.handbook;/mirrors.html"><quote>Obtaining
|
||||
&os;</quote></ulink> 中。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>FTP</title>
|
||||
|
||||
<para>您可以使用 FTP 来从 <ulink
|
||||
url="ftp://ftp.FreeBSD.org/"></ulink> 下载 &os;
|
||||
以及所有的可选软件包,这是官方的 &os; 发行站点,或者从任何一个
|
||||
<quote>镜像</quote> 下载。</para>
|
||||
|
||||
<para>&os; 的镜像列表可以在使用手册的
|
||||
<ulink
|
||||
url="&url.books.handbook;/mirrors-ftp.html">FTP
|
||||
站点</ulink>一节, 或者在 <ulink
|
||||
url="http://mirrorlist.FreeBSD.org/"></ulink> 网页上找到。
|
||||
强烈推荐您从其中离您最近 (以网络的观点)
|
||||
的镜像来下载发行版本。</para>
|
||||
|
||||
<para>我们非常欢迎您建立新的镜像站点。 联系
|
||||
<email>freebsd-admin@FreeBSD.org</email> 了解成为官方镜像站点的更多细节。
|
||||
也可以在<ulink
|
||||
URL="&url.articles.hubs;/">如何为 &os; 做镜像站点</ulink>
|
||||
这篇文章中找到关于镜像站点的更多有用的信息。</para>
|
||||
|
||||
<para>镜像通常包含启动安装程序所必需的软盘镜像,
|
||||
以及安装进程本身所需要的发行版本文件。
|
||||
许多镜像也包含创建 &os; 发行 CDROM 的必要的 ISO 镜像。</para>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="contacting">
|
||||
<title>联系 &os; 项目</title>
|
||||
|
||||
<sect2>
|
||||
<title>电子邮件和邮件列表</title>
|
||||
|
||||
<para>有任何问题或者基本的技术支持,请发送邮件到
|
||||
&a.questions;。</para>
|
||||
|
||||
<para>如果您正在跟随 &release.branch; 的开发过程, 您
|
||||
<emphasis>必须</emphasis> 加入 &a.current;,
|
||||
以便及时了解可能影响您使用和维护系统方式的最新进展。</para>
|
||||
|
||||
<para>&os; 很大程度上是一个志愿者项目,
|
||||
它非常欢迎来自更多人的帮助 ——
|
||||
来完成那些希望完成而没有时间加以完成的改进。
|
||||
要联系开发者讨论技术问题, 或提供帮助,
|
||||
请发送邮件到 &a.hackers;。</para>
|
||||
|
||||
<para>请注意这些邮件列表都可能有
|
||||
<emphasis>可观的</emphasis> 通信量。
|
||||
如果您访问邮件很慢或很昂贵, 或者您只对及时了解主要的
|
||||
&os; 活动感兴趣, 订阅
|
||||
&a.announce; 可能更合适。</para>
|
||||
|
||||
<para>所有的邮件列表都可以如人们希望的那样自由加入。
|
||||
请访问 <ulink url="&url.base;/mailman/listinfo">
|
||||
FreeBSD Mailman 信息页</ulink>。这里会提供有关加入各种列表、
|
||||
访问存档等等的更多信息。
|
||||
还有很多针对特定的兴趣群体的邮件列表在这里没有提及,
|
||||
可以从 Mailman 页面或者 &os; Web 站点的 <ulink
|
||||
url="&url.base;/support.html#mailing-list">邮件列表</ulink>
|
||||
一节获得更多信息。</para>
|
||||
|
||||
<important>
|
||||
<para><emphasis>不要</emphasis> 发送邮件到列表要求订阅。
|
||||
请使用 Mailman 界面来完成订阅。</para>
|
||||
</important>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>提交问题报告</title>
|
||||
|
||||
<para>建议,bug 报告和代码捐献永远是有价值的
|
||||
—请不要犹豫是否报告您可能会发现的任何问题。
|
||||
当然附带了修正的 bug 报告会更受欢迎。</para>
|
||||
|
||||
<para>从一台能够收发 Internet 邮件的主机提交 bug
|
||||
报告的首选方法是使用 &man.send-pr.1; 命令。
|
||||
用这种方式提交的<quote>问题报告</quote>(PR)会被归档并跟踪进度,
|
||||
&os; 开发者会尽最大努力尽快地对所有报告的 bug 做出反应。<ulink
|
||||
url="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">
|
||||
所有尚未完全解决的 PR 列表</ulink>可以在 &os; Web 站点上找到,
|
||||
这个列表可以用于查看其它用户可能遭遇的问题。</para>
|
||||
|
||||
<para>注意 &man.send-pr.1; 本身是一个 shell 脚本,
|
||||
因此很容易把它移植到非 &os; 系统上。
|
||||
极力推荐使用这个界面。 如果因为一些原因不能使用
|
||||
&man.send-pr.1; 来提交 bug 报告,您可以尝试把它发送到
|
||||
&a.bugs;。</para>
|
||||
|
||||
<para>要了解更多的信息,&os; Web 站点上的<ulink
|
||||
url="&url.articles.problem-reports;/"><quote>
|
||||
撰写 FreeBSD 问题报告</quote></ulink>对撰写并提交有效的错误报告有很多有用的提示。</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="seealso">
|
||||
<title>进一步阅读</title>
|
||||
|
||||
<para>有很多关于 &os; 的信息资源,一些包含在发行版中,
|
||||
另一些则以在线或印刷版本的方式提供。</para>
|
||||
|
||||
<sect2 id="release-docs">
|
||||
<title>发行文档</title>
|
||||
|
||||
<para>许多其它的文档提供了有关这个 &release.type;
|
||||
发行版本的更加详细的信息。这些文件提供了各种各样的格式。
|
||||
大多数发行版本会包含
|
||||
ASCII 文本 (<filename>.TXT</filename>) 和 HTML
|
||||
(<filename>.HTM</filename>) 格式。有一些发行版本也可能包含其它的格式,
|
||||
比如 PostScript(<filename>.PS</filename>)或者可移植文档格式
|
||||
(<filename>.PDF</filename>)。
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><filename>README.TXT</filename>:这个文件提供了有关
|
||||
&os; 的一些简要的信息,
|
||||
还有一些有关获取发行版本的粗略的注解。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>EARLY.TXT</filename>: 为从
|
||||
&os; 4.<replaceable>X</replaceable> 迁移到
|
||||
&os; 5.<replaceable>X</replaceable>
|
||||
系列发行版的新用户准备的指南。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>RELNOTES.TXT</filename>:发行说明,
|
||||
展示了与前一版本 (&os; &release.prev;) 相比在
|
||||
&os; &release.current; 中的创新和区别。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>HARDWARE.TXT</filename>:硬件兼容列表,
|
||||
展示了 &os; 已经测试并已知可以使用的设备。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>INSTALL.TXT</filename>:用于从发行介质安装
|
||||
&os; 的安装说明。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>ERRATA.TXT</filename>:发行勘误。
|
||||
提供新近发现的、 发行之后发现的问题等信息,
|
||||
主要适用于发行版本(相对于 snapshot)。
|
||||
在安装 &os; 的一个 release 之前参考这个文件是非常重要的,
|
||||
因为它包含了自从 release
|
||||
创建以来发现并修正问题的最新的信息。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<note>
|
||||
<para>这几个文档(特别是,
|
||||
<filename>RELNOTES.TXT</filename>、
|
||||
<filename>HARDWARE.TXT</filename> 和
|
||||
<filename>INSTALL.TXT</filename>) 包含了对特定硬件体系的信息。
|
||||
比如,alpha 发行说明会包含了不适用于 &i386; 的信息,
|
||||
反之亦然。 每篇文档适用的体系结构会在文档的标题处列出。</para>
|
||||
</note>
|
||||
|
||||
</para>
|
||||
|
||||
<para>在支持 &man.sysinstall.8; 的平台上 (目前有
|
||||
alpha、&i386;、ia64、pc98 还有 &sparc64;),
|
||||
这些文档在安装时都可以通过 Documentation 菜单访问。
|
||||
一旦系统已经安装,您可以通过重新运行
|
||||
&man.sysinstall.8; 工具来重新访问菜单。</para>
|
||||
|
||||
<note>
|
||||
<para>在安装您拿到的任何发行版之前阅读勘误是非常重要的,
|
||||
它能帮助您了解那些在发布工程
|
||||
<quote>后期发现的</quote> 以及发布之后发现的问题。
|
||||
随每个发行自带的勘误文件总是不够精确的,
|
||||
但是其它的副本会通过 Internet 保持更新并作为
|
||||
这个发行的 <quote>最新勘误</quote> 参考。
|
||||
这些其它的勘误副本放在
|
||||
<ulink url="&url.base;/releases/"></ulink>
|
||||
(还有保持更新的任何镜像站点的同一位置)。</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>联机手册</title>
|
||||
|
||||
<para>像所有的类 &unix; 操作系统一样,&os; 附带一套在线联机手册,
|
||||
可以通过 &man.man.1; 命令或者通过 &os; Web 站点上的<ulink
|
||||
url="http://www.FreeBSD.org/cgi/man.cgi">超文本联机手册网关
|
||||
</ulink>访问。 一般情况下,联机手册为 &os;
|
||||
用户提供不同命令和 API 的信息。</para>
|
||||
|
||||
<para>有时,联机手册还提供特定主题的信息。
|
||||
一个不太恰当的例子就是 &man.tuning.7; (性能调整向导)、
|
||||
&man.security.7; (&os; 一个关于安全的介绍) 还有
|
||||
&man.style.9; (内核代码规范指南)。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>书籍和文章</title>
|
||||
|
||||
<para>两个由 &os; 项目维护的非常有用的 &os; 相关的信息集合,
|
||||
是 &os; 使用手册和 &os; FAQ (频繁被问到的问题)。 <ulink
|
||||
url="&url.books.handbook;/">使用手册</ulink>
|
||||
和 <ulink
|
||||
url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/">FAQ</ulink>
|
||||
的在线版本可以从 <ulink
|
||||
url="&url.books.faq;/">FreeBSD
|
||||
文档页面</ulink> 或者它的镜像上得到。 如果安装了
|
||||
<filename>doc</filename> 发行集, 则可以在本地使用 Web
|
||||
浏览器来阅读使用手册和 FAQ。</para>
|
||||
|
||||
<para>许多在线书籍和文章也由 &os; 项目维护, 涵盖了更专业的、&os;
|
||||
相关的主题。 这些文章题材广泛,从邮件列表的有效使用到双重启动
|
||||
&os; 和其它操作系统,再到给新 committer 的指南。
|
||||
同使用手册和 FAQ 一样,这些文档可以从 &os;
|
||||
文档页面或者 <filename>doc</filename>
|
||||
分类中得到。</para>
|
||||
|
||||
<para>有关 &os; 的其它书籍和文档的列表可以在 &os; 使用手册的<ulink
|
||||
url="&url.books.handbook;/bibliography.html">参考书目</ulink>
|
||||
一章找到。由于 &os; 固有的 &unix; 传统,
|
||||
许多为 &unix; 系统撰写的文章和书籍也是适用的,
|
||||
其中一些也被列在参考书目中。</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="acknowledgements">
|
||||
<title>感谢</title>
|
||||
|
||||
<para>&os; 有全世界的成百上千的人工作无数个小时才带来这个
|
||||
&release.type;。要查看 &os; 开发者和捐献者的完整列表,请查看
|
||||
&os; Web 站点或者任何一个镜像站点上的 <ulink
|
||||
url="&url.articles.contributors;/"><quote>&os;
|
||||
捐献者</quote></ulink>。</para>
|
||||
|
||||
<para>在此也要特别感谢众多的 &os; 用户和全世界的测试人员,
|
||||
没有他们就根本不会有这个 &release.type;。</para>
|
||||
</sect1>
|
||||
</article>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
16
release/doc/zh_CN.GB2312/relnotes/Makefile
Normal file
16
release/doc/zh_CN.GB2312/relnotes/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
# Original Revision: 1.6
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
|
||||
SUBDIR = alpha
|
||||
SUBDIR+= amd64
|
||||
SUBDIR+= ia64
|
||||
SUBDIR+= i386
|
||||
SUBDIR+= pc98
|
||||
SUBDIR+= sparc64
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
10
release/doc/zh_CN.GB2312/relnotes/Makefile.inc
Normal file
10
release/doc/zh_CN.GB2312/relnotes/Makefile.inc
Normal file
@ -0,0 +1,10 @@
|
||||
# The FreeBSD Simplified Chinese Project
|
||||
# Original Revision: 1.2
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/zh_CN.GB2312/relnotes/${.CURDIR:T}
|
||||
.endif
|
19
release/doc/zh_CN.GB2312/relnotes/alpha/Makefile
Normal file
19
release/doc/zh_CN.GB2312/relnotes/alpha/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Original Revision: 1.6
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
22
release/doc/zh_CN.GB2312/relnotes/alpha/article.sgml
Normal file
22
release/doc/zh_CN.GB2312/relnotes/alpha/article.sgml
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- Original Revision: 1.6 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "alpha">
|
||||
<!ENTITY arch.print "Alpha/AXP">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
19
release/doc/zh_CN.GB2312/relnotes/amd64/Makefile
Normal file
19
release/doc/zh_CN.GB2312/relnotes/amd64/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
22
release/doc/zh_CN.GB2312/relnotes/amd64/article.sgml
Normal file
22
release/doc/zh_CN.GB2312/relnotes/amd64/article.sgml
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- Original Revision: 1.3 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "amd64">
|
||||
<!ENTITY arch.print "AMD64">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
1669
release/doc/zh_CN.GB2312/relnotes/common/new.sgml
Normal file
1669
release/doc/zh_CN.GB2312/relnotes/common/new.sgml
Normal file
File diff suppressed because it is too large
Load Diff
17
release/doc/zh_CN.GB2312/relnotes/common/relnotes.ent
Normal file
17
release/doc/zh_CN.GB2312/relnotes/common/relnotes.ent
Normal file
@ -0,0 +1,17 @@
|
||||
<!-- -*- sgml -*- -->
|
||||
|
||||
<!-- Original Revision: 1.3 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- Text constants which probably don't need to be changed.-->
|
||||
|
||||
<!-- The marker for MFCs. -->
|
||||
<!ENTITY merged "[ÒѺϲ¢]">
|
||||
|
||||
<!ENTITY % include.historic "IGNORE">
|
||||
<!ENTITY % no.include.historic "IGNORE">
|
||||
|
||||
<!-- Files to be included -->
|
||||
|
||||
<!ENTITY art SYSTEM "../common/new.sgml">
|
||||
|
21
release/doc/zh_CN.GB2312/relnotes/i386/Makefile
Normal file
21
release/doc/zh_CN.GB2312/relnotes/i386/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Original Revision: 1.7
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
22
release/doc/zh_CN.GB2312/relnotes/i386/article.sgml
Normal file
22
release/doc/zh_CN.GB2312/relnotes/i386/article.sgml
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- Original Revision: 1.7 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "i386">
|
||||
<!ENTITY arch.print "i386">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
19
release/doc/zh_CN.GB2312/relnotes/ia64/Makefile
Normal file
19
release/doc/zh_CN.GB2312/relnotes/ia64/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
22
release/doc/zh_CN.GB2312/relnotes/ia64/article.sgml
Normal file
22
release/doc/zh_CN.GB2312/relnotes/ia64/article.sgml
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- Original Revision: 1.4 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "ia64">
|
||||
<!ENTITY arch.print "IA-64">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
19
release/doc/zh_CN.GB2312/relnotes/pc98/Makefile
Normal file
19
release/doc/zh_CN.GB2312/relnotes/pc98/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Original Revision: 1.1
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
22
release/doc/zh_CN.GB2312/relnotes/pc98/article.sgml
Normal file
22
release/doc/zh_CN.GB2312/relnotes/pc98/article.sgml
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- Original Revision: 1.4 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent">
|
||||
%sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "pc98">
|
||||
<!ENTITY arch.print "NEC PC-98x1">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
18
release/doc/zh_CN.GB2312/relnotes/sparc64/Makefile
Normal file
18
release/doc/zh_CN.GB2312/relnotes/sparc64/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
30
release/doc/zh_CN.GB2312/relnotes/sparc64/article.sgml
Normal file
30
release/doc/zh_CN.GB2312/relnotes/sparc64/article.sgml
Normal file
@ -0,0 +1,30 @@
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
||||
<!ENTITY release.url "ftp://ftp.FreeBSD.org/pub/FreeBSD/development/sparc64/">
|
||||
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
||||
%mlists;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
||||
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % urls.ent PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls.ent;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent"> %sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "sparc64">
|
||||
<!ENTITY arch.print "UltraSPARC">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
10
release/doc/zh_CN.GB2312/share/sgml/catalog
Normal file
10
release/doc/zh_CN.GB2312/share/sgml/catalog
Normal file
@ -0,0 +1,10 @@
|
||||
-- FreeBSD SGML Public Identifiers --
|
||||
-- Language-specific --
|
||||
|
||||
-- Original Revision: 1.1 --
|
||||
-- $FreeBSD$ --
|
||||
|
||||
PUBLIC "-//FreeBSD//DOCUMENT Release Notes DocBook Stylesheet//EN"
|
||||
"release.dsl"
|
||||
|
||||
|
63
release/doc/zh_CN.GB2312/share/sgml/release.dsl
Normal file
63
release/doc/zh_CN.GB2312/share/sgml/release.dsl
Normal file
@ -0,0 +1,63 @@
|
||||
<!-- Original Revision: 1.8.2.1 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY release.dsl PUBLIC "-//FreeBSD//DOCUMENT Release Notes DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
<!ENTITY % output.print "IGNORE">
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
<![ %output.html; [
|
||||
<!-- Generate links to HTML man pages -->
|
||||
(define %refentry-xref-link% #t)
|
||||
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "这份文档,以及其他与FreeBSD发行版本有关的文档,都可以在 ")
|
||||
(create-link (list (list "HREF" (entity-text "release.url")))
|
||||
(literal (entity-text "release.url")))
|
||||
(literal "下载。")))
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "在遇到关于FreeBSD的技术问题时,请首先阅读 ")
|
||||
(create-link
|
||||
(list (list "HREF" "http://www.FreeBSD.org/docs.html"))
|
||||
(literal "文档"))
|
||||
(literal " 之后再考虑联系 <")
|
||||
(create-link
|
||||
(list (list "HREF" "mailto:questions@FreeBSD.org"))
|
||||
(literal "questions@FreeBSD.org"))
|
||||
(literal ">。")))
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "所有 FreeBSD ")
|
||||
(literal (entity-text "release.branch"))
|
||||
(literal " 的用户都应该订阅 ")
|
||||
(literal "<")
|
||||
(create-link (list (list "HREF" "mailto:stable@FreeBSD.org"))
|
||||
(literal "stable@FreeBSD.org"))
|
||||
(literal "> 邮件列表。")))
|
||||
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "关于这份文档的任何问题,请致信 <")
|
||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||
(literal "doc@FreeBSD.org"))
|
||||
(literal ">。")))))
|
||||
]]>
|
||||
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="release.dsl">
|
||||
</style-sheet>
|
Loading…
Reference in New Issue
Block a user