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


    註解 -

    下列是 第 23章, 準備自訂的 JumpStart 安裝(工作) 現有自訂 JumpStart 關鍵字清單中,在您安裝 Web Start Flash 歸檔時唯一有效的關鍵字:

    • 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