該小節將提供使用自訂 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。
在 第 23章, 準備自訂的 JumpStart 安裝(工作) 的現有自訂 JumpStart 關鍵字清單中,當您安裝 Web Start Flash 歸檔時的唯一有效關鍵字如下:
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