Merge from vendor branch LIBPCAP:
[dragonfly.git] / release / sysinstall / install.cfg
1 # This is the installation configuration file for my test machine,
2 # crate.cdrom.com.
3 # It is included here merely as a sort-of-documented example.
4 #
5 # $FreeBSD: src/release/sysinstall/install.cfg,v 1.9.2.2 2001/09/06 10:42:03 murray Exp $
6 # $DragonFly: src/release/sysinstall/Attic/install.cfg,v 1.2 2003/06/17 04:27:21 dillon Exp $
7
8 # Turn on extra debugging.
9 debug=yes
10
11 ################################
12 # My host specific data
13 hostname=crate.cdrom.com
14 domainname=cdrom.com
15 nameserver=204.216.27.3
16 defaultrouter=204.216.27.228
17 ipaddr=204.216.27.230
18 netmask=255.255.255.240
19 ################################
20
21 ################################
22 # Which installation device to use - ftp is pointed directly at my local
23 # machine and the installation device is my WD8013 ethernet interface.
24 _ftpPath=ftp://time.cdrom.com/pub
25 netDev=ed0
26 mediaSetFTP
27 ################################
28
29 ################################
30 # Select which distributions we want.
31 dists=bin doc manpages info compat21 des src sbase ssys
32 distSetCustom
33 ################################
34
35 ################################
36 # Now set the parameters for the partition editor on ad0.  Set to use the
37 # disk exclusively (could also be "all" to use the whole disk but
38 # respecting the MBR or "free" to use only unallocated space for FreeBSD). 
39 disk=ad0
40 partition=exclusive
41 diskPartitionEditor
42
43 # Uncomment this instead to use only the free space and install boot manager.
44 #partition=free
45 #bootManager=booteasy
46 #diskPartitionEditor
47 ################################
48
49 ################################
50
51 # This assumes that slice 1 is a DOS partition and mounts it as /dos,
52 # which is the case on my laptop.
53 #
54 # All sizes are expressed in 512 byte blocks!
55
56 # A 20MB root partition
57 ad0s1-1=ufs 40960 /
58 # And a 20MB swap partition
59 ad0s1-2=swap 40960 none
60 # Followed by a /usr partition using all remaining space (size 0 = free space)
61 # and with softupdates enabled (non-zero arg following mountpoint).
62 ad0s1-3=ufs 0 /usr 1
63 # Let's do it!
64 diskLabelEditor
65
66 ################################
67
68 ################################
69 # Now partition the 2nd disk.
70 disk=ad1
71 partition=exclusive
72 diskPartitionEditor
73
74 ad1s1-1=ufs 40960 /var
75 ad1s1-2=ufs 0 /usr/src
76 diskLabelEditor
77 ################################
78
79 ################################
80 # And the 3rd.
81 disk=da0
82 partition=exclusive
83 diskPartitionEditor
84
85 da0s1-1=swap 40960 none
86 da0s1-2=ufs 0 /tmp
87 diskLabelEditor
88 ################################
89
90
91 # OK, everything is set.  Do it!
92 installCommit
93
94 # Install some packages at the end.
95 package=bash-1.14.7
96 packageAdd
97 package=ncftp-2.4.2
98 packageAdd
99 package=tcsh-6.07.02
100 packageAdd