Sha256: 40ff470b63d8a13f59b5e942a7de77d01c558bf3954f468c71d8202725a1dc7a

Contents?: true

Size: 706 Bytes

Versions: 16

Compression:

Stored size: 706 Bytes

Contents

#!/bin/sh
#
# Sample Begin Script for profiled install on x86
#
# "@(#)x86-begin 1.5 93/10/13"
#

#PATH=$PATH:/sbin:/usr/sbin
#export PATH
#
#INSTALL_LOG=/tmp/install_log
#ROOT_DEV=c0t0d0p0
#
#echo 'Executing profile begin script...' >> $INSTALL_LOG 2>&1
#
##
## Copy all conf files from the directory with the same name as the begin
## script (+ .conf) into the tempfs which will be copied onto the installed 
## disk.
##
## SI_BEGIN and SI_CONFIG_DIR come from the caller's environment
##
#mkdir -p /tmp/root/kernel/drv >> $INSTALL_LOG 2>&1
#cp -r ${SI_CONFIG_DIR}/${SI_BEGIN}.conf/*.conf /tmp/root/kernel/drv >> $INSTALL_LOG 2>&1
#
#echo 'Completed profile begin script.' >> $INSTALL_LOG 2>&1
#
#exit 0

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.5.0.alpha3 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.5.0.alpha2 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.5.0.alpha1 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.5.1 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.5 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.5.pre1 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.4 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.3 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.2 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.1 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.4.0 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.3.12 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.3.11 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.3.10 templates/solaris-10-ga-x86/jumpstart/begin
veewee-0.3.9 templates/solaris-10-ga-x86/jumpstart/begin