1166815Sceri# This is a sample installation configuration file for my test machine,
226519Sjkh# crate.cdrom.com.
326519Sjkh# It is included here merely as a sort-of-documented example.
474156Sjkh#
574156Sjkh# $FreeBSD$
626519Sjkh
726519Sjkh# Turn on extra debugging.
826519Sjkhdebug=yes
926519Sjkh
1026601Sjkh################################
1126519Sjkh# My host specific data
1226519Sjkhhostname=crate.cdrom.com
1326519Sjkhdomainname=cdrom.com
1426519Sjkhnameserver=204.216.27.3
1526519Sjkhdefaultrouter=204.216.27.228
1626519Sjkhipaddr=204.216.27.230
1726519Sjkhnetmask=255.255.255.240
1826601Sjkh################################
1926519Sjkh
20209782Srandi# Log to a remote syslogd server
21209782SrandisyslogdServer=10.0.1.1
22209782Srandi
2326601Sjkh################################
2426519Sjkh# Which installation device to use - ftp is pointed directly at my local
2526519Sjkh# machine and the installation device is my WD8013 ethernet interface.
26209778Srandi# netDev can be set to ANY or a comma-delimited list of interfaces.
2783143Smurray_ftpPath=ftp://time.cdrom.com/pub
2826519SjkhnetDev=ed0
2926519SjkhmediaSetFTP
3026601Sjkh################################
3126519Sjkh
3226601Sjkh################################
3326519Sjkh# Select which distributions we want.
34166815Sceridists=base doc manpages info src sbase ssys kernels GENERIC
3526601SjkhdistSetCustom
3626601Sjkh################################
3726519Sjkh
3826601Sjkh################################
3957282Sjkh# Now set the parameters for the partition editor on ad0.  Set to use the
4026795Sjkh# disk exclusively (could also be "all" to use the whole disk but
4126795Sjkh# respecting the MBR or "free" to use only unallocated space for FreeBSD). 
4257282Sjkhdisk=ad0
4326574Sjkhpartition=exclusive
4426795SjkhdiskPartitionEditor
4526795Sjkh
4626795Sjkh# Uncomment this instead to use only the free space and install boot manager.
4726574Sjkh#partition=free
4826574Sjkh#bootManager=booteasy
4926795Sjkh#diskPartitionEditor
5026795Sjkh################################
5126519Sjkh
5226795Sjkh################################
5326519Sjkh
54166815Sceri# Disk partitioning.
5528075Sjkh# All sizes are expressed in 512 byte blocks!
5628075Sjkh
57166815Sceri# A 512MB root partition
58166815Sceriad0s1-1=ufs 1048576 /
59166815Sceri# And a 512MB swap partition
60166815Sceriad0s1-2=swap 1048576 none
6128075Sjkh# Followed by a /usr partition using all remaining space (size 0 = free space)
6274156Sjkh# and with softupdates enabled (non-zero arg following mountpoint).
6374156Sjkhad0s1-3=ufs 0 /usr 1
6428075Sjkh# Let's do it!
6526519SjkhdiskLabelEditor
6626519Sjkh
6726601Sjkh################################
6826519Sjkh
6926601Sjkh################################
70166815Sceri# Now partition the 2nd disk with a 1GB /var and /usr/src using the
71166815Sceri# remainder of the disk.
7257282Sjkhdisk=ad1
7326601Sjkhpartition=exclusive
7426601SjkhdiskPartitionEditor
7526601Sjkh
76166815Sceriad1s1-1=ufs 2097152 /var
7757282Sjkhad1s1-2=ufs 0 /usr/src
7826601SjkhdiskLabelEditor
7926601Sjkh################################
8026601Sjkh
8126601Sjkh################################
82166815Sceri# And the 3rd, adding a second 512MB of swap and the rest of the disk
83166815Sceri# for /tmp.
8441283Sjkhdisk=da0
8526601Sjkhpartition=exclusive
8626601SjkhdiskPartitionEditor
8726601Sjkh
88166815Scerida0s1-1=swap 1048576 none
8941283Sjkhda0s1-2=ufs 0 /tmp
9026601SjkhdiskLabelEditor
9126601Sjkh################################
9226601Sjkh
9326601Sjkh
9426519Sjkh# OK, everything is set.  Do it!
9526519SjkhinstallCommit
9626615Sjkh
9726615Sjkh# Install some packages at the end.
98166815Sceripackage=bash-3.1.17
9926615SjkhpackageAdd
100166815Sceripackage=ncftp-3.2.0
10126615SjkhpackageAdd
102