Note
如果你执行的是基于网络的安装,请确定安装光盘(或其它类型的光盘)不在系统的光盘驱动器内。否则可能会导致预计不到的错误。
The Fedora installation media must be available for either a network installation (via NFS, FTP, or HTTP) or installation via local storage. Use the following steps if you are performing an NFS, FTP, or HTTP installation.
通过网络安装所要使用的 NFS、FTP、HTTP 服务器必须是一台能够提供安装光盘上的完整内容的单独机器。
Note
The Fedora installation program has the ability to test the integrity of the installation media. It works with the CD / DVD, hard drive ISO, and NFS ISO installation methods. We recommend that you test all installation media before starting the installation process, and before reporting any installation-related bugs (many of the bugs reported are actually due to improperly-burned CDs). To use this test, type the following command at the boot:
prompt:
linux mediacheck
Note
In the following examples, the directory on the installation staging server that will contain the installation files will be specified as /location/of/disk/space
. The directory that will be made publicly available via FTP, NFS, or HTTP will be specified as /publicly/available/directory
. For example, /location/of/disk/space
may be a directory you create called /var/isos
. /publicly/available/directory
might be /var/www/html/f11
, for an HTTP install.
要从安装光盘中把文件复制到充当安装服务器的机器上,执行以下步骤:
Create an iso image from the installation disk(s) using the following command (for DVDs):
dd if=/dev/dvd
of=/location/of/disk/space/
f11.iso
这里的 dvd
指的是 DVD 驱动设备:
For instructions on how to prepare a network installation using CD-ROMs, refer to the instructions on the README-en
file in disk1
.
3.5.1. 筹备 FTP 和 HTTP 安装
Extract the files from the iso image of the installation DVD or the iso images of the installation CDs and place them in a directory that is shared over FTP or HTTP.
Next, make sure that the directory is shared via FTP or HTTP, and verify client access. You can check to see whether the directory is accessible from the server itself, and then from another machine on the same subnet that you will be installing to.