1
|
# Sample configuration file for an installation using pc-sysinstall
|
2
|
|
3
|
installMode=fresh
|
4
|
installInteractive=yes
|
5
|
hostname=pcbsd8
|
6
|
|
7
|
# Set the disk parameters
|
8
|
disk0=ad0
|
9
|
partition=all
|
10
|
bootManager=none
|
11
|
commitDiskPart
|
12
|
|
13
|
# Setup the disk label
|
14
|
# All sizes are expressed in MB
|
15
|
# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
|
16
|
disk0-part=UFS 1000 /
|
17
|
disk0-part=SWAP 2000 none
|
18
|
disk0-part=UFS 0 /usr
|
19
|
# Size 0 means use the rest of the slice size
|
20
|
# Do it now!
|
21
|
commitDiskLabel
|
22
|
|
23
|
netDev=AUTO-DHCP
|
24
|
#netDev=nfe0
|
25
|
#netIP=192.168.0.49
|
26
|
#netMask=255.255.255.0
|
27
|
#netNameServer=208.67.222.222
|
28
|
#netDefaultRouter=192.168.0.1
|
29
|
|
30
|
netSaveDev=AUTO-DHCP
|
31
|
#netSaveDev=nfe0
|
32
|
#netSaveIP=192.168.0.49
|
33
|
#netSaveMask=255.255.255.0
|
34
|
#netSaveNameServer=208.67.222.222
|
35
|
#netSaveDefaultRouter=192.168.0.1
|
36
|
|
37
|
# Set if we are installing via optical, USB, or FTP
|
38
|
#installType=PCBSD
|
39
|
installType=FreeBSD
|
40
|
#installMedium=dvd
|
41
|
installMedium=ftp
|
42
|
|
43
|
ftpPath=ftp://192.168.0.2/netinstall
|
44
|
|
45
|
#packageType=uzip
|
46
|
packageType=tar
|
47
|
#installComponents=ports,src
|
48
|
|
49
|
#autoLoginUser=kris
|
50
|
|
51
|
# Set the root pass
|
52
|
rootPass=root
|
53
|
|
54
|
# Setup our users
|
55
|
userName=kris
|
56
|
userComment=Kris Moore
|
57
|
userPass=kris
|
58
|
userShell=/bin/csh
|
59
|
userHome=/home/kris
|
60
|
userGroups=wheel,operator
|
61
|
commitUser
|
62
|
|
63
|
# Options for localizing an install
|
64
|
localizeLang="ru"
|
65
|
localizeKeyLayout="ru"
|
66
|
localizeKeyModel="pc104"
|
67
|
localizeKeyVariant="intl"
|