Sometimes you just need a simple solaris 10 jumpstart config

/jumpstart/data/standard:
install_type initial_install
system_type standalone
partitioning explicit
cluster SUNWCreq
filesys mirror:d10 c0t0d0s0 c0t1d0s0 8192 /
filesys mirror:d20 c0t0d0s1 c0t1d0s1 4096 swap
filesys mirror:d30 c0t0d0s6 c0t1d0s6 free /data
metadb c0t0d0s7 size 8192 count 3
metadb c0t1d0s7 size 8192 count 3
package SUNWsshcu add
package SUNWsshdr add
package SUNWsshdu add
patch patch_order nfs://buildhost/jumpstart/patches/10_Recommended

/jumpstart/data/rules:
hostname target.example.com - standard -

/jumpstart/data/sysidcfg:
system_locale=C
timezone=GB
network_interface=PRIMARY
{
default_route=192.168.0.1
netmask=255.255.255.0
protocol_ipv6=no
}
timeserver=localhost
nfs4_domain=dynamic
terminal=vt100
security_policy=none
name_service=none
service_profile=limited_net
root_password=xxxxxxxxxxxx

buildhost# /jumpstart/sol-10-u4-ga-sparc/Solaris_10/Tools/add_install_client -c buildhost:/jumpstart/data -p buildhost:/jumpstart/data

Comments

    Leave a comment