21.5. 其它参数
以下参数可在参数文件中定义,但无法用于 CMS 配置文件。
rd.live.check- 打开测试基于 ISO 的安装源 ; 例如,从附加 FCP 的 DVD 引导或使用
inst.repo=在本地硬盘中使用 ISO 或者使用 NFS 挂载时。 nompath- 禁用对多路径设备的支持。
proxy=[protocol://][username[:password]@]host[:port]- 指定通过 HTTP、HTTPS 或者 FTP 进行安装的代理。
inst.rescue- 引导进入从 RAM 磁盘运行的救援系统,该磁盘可用于修复和恢复已安装的系统。
inst.stage2=URL- 指定
install.img文件的路径,而不是安装源的路径。否则,遵循与inst.repo=相同的语法。如果指定了inst.stage2,它通常优先于找到install.img的其他方法。但是,如果 Anaconda 在本地介质中找到install.img,则忽略inst.stage2URL。如果没有指定inst.stage2,且无法在本地找到install.img,Anaconda 会查看inst.repo=或method=指定的位置。如果只给出inst.stage2=没有inst.repo=或method=,Anaconda 会使用安装的系统默认启用的任何库进行安装。可以多次使用这个选项指定多个 HTTP、HTTPS 或者 FTP 源。HTTP、HTTPS 或者 FTP 路径会按顺序尝试,直到成功为止:inst.stage2=host1/install.img inst.stage2=host2/install.img inst.stage3=host3/install.img
inst.stage2=host1/install.img inst.stage2=host2/install.img inst.stage3=host3/install.imgCopy to Clipboard Copied! Toggle word wrap Toggle overflow inst.syslog=IP/hostname[:port]- 将日志信息发送到远程 syslog 服务器。
此处描述的引导参数对于在 IBM Z 上安装和遇到问题最为有用,但只有影响安装程序的子集。有关更完整的可用引导参数列表,请参阅 第 23 章 引导选项。