9.1. 在启动菜单下配置安装系统
您能用启动菜单来指定安装系统的许多设置,包括:
language
显示分辨率
界面类型
Installation method
网络设置
要设定安装过程和最终系统的语言,用lang
选项指定语言的ISO编码。用keymap
选项配置正确的键盘布局。
例如, ISO 编码 el_GR
和 gr
分别是希腊语和希腊键盘布局:
linux lang=el_GR
keymap=gr
您也可以用lowres
选项强制使用可用的最低分辨率 (640x480) 安装系统。要指定显示分辨率,在引导选项输入 resolution=setting
。例如,要设置显示分辨率为1024x768, 输入:
linux resolution=1024x768
To run the installation process in
text
mode, enter:
linux text
To enable support for a
serial console, enter
serial
as an additional option.
使用display=ip
:0
来转发远程显示。此命令中ip
应替换为您想用来显示的计算机的IP地址。
在你希望进行显示的系统上执行 xhost +remotehostname
,这里,remotehostname
是原来要进行显示的主机,使用命令xhost +remotehostname
用来限制远程终端的访问,禁止未授权者进行远程访问。
您可使用比安装介质中更新的anaconda来安装Fedora。
The boot option
linux updates
presents you with a prompt that asks you for a floppy disk containing anaconda updates. You do not need to specify this option if you are performing a network installation and have already placed the updates image contents in rhupdates/
on the server.
要从网络中加载anaconda更新,使用:
linux updates=
followed by the URL for the location where the updates are stored.
用 askmethod
选项来显示您能指定的安装方法和网络设置的附加菜单。您也能在boot:
提示符下配置安装方法和网络设置。
Installation method
|
Option format
|
---|
CD 或 DVD 驱动器
|
method=cdrom
|
Hard Drive
|
method=hd://device/
|
HTTP Server
|
method=http://server.mydomain.com/directory/
|
FTP Server
|
method=ftp://server.mydomain.com/directory/
|
NFS Server
|
method=nfs:server.mydomain.com:/directory/
|
表 9.1. Installation methods
默认情况下, 安装系统用DHCP来自动获得正确的网络设置。要手动配置自己的网络设置, 在 Configure TCP/IP(配置 TCP/IP) 屏幕, 或 boot:
提示符下任选其一输入。 在提示符下,您可以为安装系统指定 ip
地址, netmask
, gateway
, 和 dns
服务器设置。如果您在 boot:
提示符下指定网络配置,这些设置将用在安装过程中,而 Configure TCP/IP(配置 TCP/IP) 屏幕不会出现。
这个例子是为一个用192.168.1.10
作为IP地址的安装系统来配置网络设置:
linux ip=192.168.1.10
子网掩码=255.255.255.0
网关=192.168.1.1
dns=192.168.1.2,192.168.1.3
配置安装系统
Use the Network Configuration screen to specify the network settings for the new system. Refer to
第 7.15.1 节 “Manual configuration” for more information on configuring the network settings for the installed system.