#!/bin/sh
echo "install_type    flash_install"                           > ${SI_PROFILE}
echo "archive_location       local_tape    /dev/rmt/On 1" >> ${SI_PROFILE}
echo "partitioning    explicit"                                 >> ${SI_PROFILE}
echo "filesys    c0t0d0s0         7000     / "               >> ${SI_PROFILE}
echo "filesys    c0t0d0s1         2000     swap"            >> ${SI_PROFILE}