Solaris 9 安裝指南

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