Solaris 9 安装指南

使用定制 JumpStart 安装安装 Web Start Flash 归档文件

本节提供使用定制 JumpStart 安装方法来安装存储在下列媒体上的 Web Start Flash 归档文件的步骤:

使用定制 JumpStart 安装安装 Web Start Flash 归档文件

  1. 在安装服务器上,创建定制 JumpStart rules 文件。

    有关创建定制 JumpStart 文件的详细说明,请参阅 第 23 章,准备定制 JumpStart 安装(任务)

  2. 在安装服务器上,创建定制 JumpStart 配置文件。

    1. 将关键字 install_type 的值设置为 flash_install

    2. 通过使用新的 archive_location 关键字添加 Web Start Flash 归档文件的路径。

      有关 archive_location 关键字的详细信息,请参阅 "archive_location 关键字"

    3. 指定文件系统配置。

      Web Start Flash 归档文件提取过程不支持分区的自动布局。

    4. (可选)如果要在克隆系统上安装分层 Web Start Flash 归档文件,请为要安装的每个归档文件添加一个 archive_location 行。


    注意:

    如果正在执行定制 JumpStart 安装,在配置文件中指定您想要安装的 Web Start Flash 归档文件。 第 23 章,准备定制 JumpStart 安装(任务)

    • filesys - 不能将 filesys 关键字设置为值 auto

    • install_type(必需)。

    • partitioning - 只能将 partitioning 关键字设置为值 explicit existing


  3. 在安装服务器上,添加要与 Web Start Flash 归档文件一起安装的客户程序。

    有关详细说明,请参考 "添加将从网络安装的系统"

  4. 在克隆系统上执行定制 JumpStart 安装。

    有关详细说明,请参考 第 26 章,执行定制 JumpStart 安装(任务)

Web Start Flash 定制 JumpStart 配置文件示例

下面是可用于与定制 JumpStart 安装方法一起安装 Web Start Flash 归档文件的配置文件示例。

在下面的示例中,配置文件指示定制 JumpStart 程序从 HTTP 服务器检索 Web Start Flash 归档文件。


实例 19-1 从 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 归档文件。


实例 19-2 从 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