1997-06-09 05:10:08 +00:00
|
|
|
# This is the installation configuration file for my test machine,
|
|
|
|
# crate.cdrom.com.
|
|
|
|
# It is included here merely as a sort-of-documented example.
|
|
|
|
|
|
|
|
# Turn on extra debugging.
|
|
|
|
debug=yes
|
|
|
|
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
# My host specific data
|
|
|
|
hostname=crate.cdrom.com
|
|
|
|
domainname=cdrom.com
|
|
|
|
nameserver=204.216.27.3
|
|
|
|
defaultrouter=204.216.27.228
|
|
|
|
ipaddr=204.216.27.230
|
|
|
|
netmask=255.255.255.240
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
# Which installation device to use - ftp is pointed directly at my local
|
|
|
|
# machine and the installation device is my WD8013 ethernet interface.
|
|
|
|
ftp=ftp://time.cdrom.com/pub
|
|
|
|
netDev=ed0
|
|
|
|
mediaSetFTP
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
# Select which distributions we want.
|
1997-06-13 09:34:10 +00:00
|
|
|
dists=bin doc manpages info compat21 des src sbase slkm ssys
|
|
|
|
distSetCustom
|
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
1997-06-22 09:45:41 +00:00
|
|
|
# Now set the parameters for the partition editor on wd0. Set to use the
|
|
|
|
# disk exclusively (could also be "all" to use the whole disk but
|
|
|
|
# respecting the MBR or "free" to use only unallocated space for FreeBSD).
|
1997-06-09 05:10:08 +00:00
|
|
|
disk=wd0
|
1997-06-12 08:46:51 +00:00
|
|
|
partition=exclusive
|
1997-06-22 09:45:41 +00:00
|
|
|
diskPartitionEditor
|
|
|
|
|
|
|
|
# Uncomment this instead to use only the free space and install boot manager.
|
1997-06-12 08:46:51 +00:00
|
|
|
#partition=free
|
|
|
|
#bootManager=booteasy
|
1997-06-22 09:45:41 +00:00
|
|
|
#diskPartitionEditor
|
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
|
1997-06-22 09:45:41 +00:00
|
|
|
################################
|
1997-06-09 05:10:08 +00:00
|
|
|
|
1997-08-11 13:08:29 +00:00
|
|
|
# This assumes that slice 1 is a DOS partition and mounts it as /dos,
|
|
|
|
# which is the case on my laptop.
|
|
|
|
#
|
|
|
|
# All sizes are expressed in 512 byte blocks!
|
|
|
|
|
|
|
|
# A 20MB root partition
|
|
|
|
wd0s1-1=ufs 40960 /
|
|
|
|
# And a 20MB swap partition
|
|
|
|
wd0s1-2=swap 40960 none
|
|
|
|
# Followed by a /usr partition using all remaining space (size 0 = free space)
|
|
|
|
wd0s1-3=ufs 0 /usr
|
|
|
|
# Let's do it!
|
1997-06-09 05:10:08 +00:00
|
|
|
diskLabelEditor
|
|
|
|
|
1997-06-13 09:34:10 +00:00
|
|
|
################################
|
|
|
|
|
|
|
|
################################
|
|
|
|
# Now partition the 2nd disk.
|
|
|
|
disk=wd1
|
|
|
|
partition=exclusive
|
|
|
|
diskPartitionEditor
|
|
|
|
|
1997-08-11 13:08:29 +00:00
|
|
|
wd1s1-1=ufs 40960 /var
|
|
|
|
wd1s1-2=ufs 0 /usr/src
|
1997-06-13 09:34:10 +00:00
|
|
|
diskLabelEditor
|
|
|
|
################################
|
|
|
|
|
|
|
|
################################
|
|
|
|
# And the 3rd.
|
|
|
|
disk=sd0
|
|
|
|
partition=exclusive
|
|
|
|
diskPartitionEditor
|
|
|
|
|
1997-08-11 13:08:29 +00:00
|
|
|
sd0s1-1=swap 40960 none
|
|
|
|
sd0s1-2=ufs 0 /tmp
|
1997-06-13 09:34:10 +00:00
|
|
|
diskLabelEditor
|
|
|
|
################################
|
|
|
|
|
1997-06-09 05:10:08 +00:00
|
|
|
|
|
|
|
# OK, everything is set. Do it!
|
|
|
|
installCommit
|
1997-06-13 18:02:34 +00:00
|
|
|
|
|
|
|
# Install some packages at the end.
|
|
|
|
package=bash-1.14.7
|
|
|
|
packageAdd
|
|
|
|
package=ncftp-2.4.2
|
|
|
|
packageAdd
|
|
|
|
package=tcsh-6.07.02
|
|
|
|
packageAdd
|