本节提供使用定制 JumpStart 安装方法来安装存储在下列媒体上的 Web Start Flash 归档文件的步骤:
NFS 服务器
HTTP 服务器
FTP 服务器
本地磁带
本地设备,包括 CD 或 DVD
本地文件
在安装服务器上,创建定制 JumpStart rules 文件。
有关创建定制 JumpStart 文件的详细说明,请参阅 第 23 章,准备定制 JumpStart 安装(任务)。
在安装服务器上,创建定制 JumpStart 配置文件。
将关键字 install_type 的值设置为 flash_install。
通过使用新的 archive_location 关键字添加 Web Start Flash 归档文件的路径。
有关 archive_location 关键字的详细信息,请参阅 "archive_location 关键字"。
指定文件系统配置。
Web Start Flash 归档文件提取过程不支持分区的自动布局。
(可选)如果要在克隆系统上安装分层 Web Start Flash 归档文件,请为要安装的每个归档文件添加一个 archive_location 行。
如果正在执行定制 JumpStart 安装,在配置文件中指定您想要安装的 Web Start Flash 归档文件。 第 23 章,准备定制 JumpStart 安装(任务)
filesys - 不能将 filesys 关键字设置为值 auto。
install_type(必需)。
partitioning - 只能将 partitioning 关键字设置为值 explicit 或 existing。
在安装服务器上,添加要与 Web Start Flash 归档文件一起安装的客户程序。
有关详细说明,请参考 "添加将从网络安装的系统"。
在克隆系统上执行定制 JumpStart 安装。
有关详细说明,请参考 第 26 章,执行定制 JumpStart 安装(任务)。
下面是可用于与定制 JumpStart 安装方法一起安装 Web Start Flash 归档文件的配置文件示例。
在下面的示例中,配置文件指示定制 JumpStart 程序从 HTTP 服务器检索 Web Start Flash 归档文件。
install_type flash_install archive_location http installserver /flasharchive/solaris9archive partitioning explicit filesys c0t1d0s0 4000 / filesys c0t1d0s1 512 swap filesys c0t1d0s7 free /export/home
在下面的示例中,配置文件指示定制 JumpStart 程序从 NFS 服务器检索 Web Start Flash 归档文件。
install_type flash_install archive_location nfs installserver:/export/solaris/flasharchive/solaris9archive partitioning explicit filesys rootdisk.s0 6000 / filesys rootdisk.s1 512 swap filesys rootdisk.s7 free /export/home