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