]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / pc-sysinstall / examples / pcinstall.cfg.fbsd-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
49 # List our components to install
50 installComponents=ports,src
51
52 # Setup user "kris" to log into the desktop automatically
53 autoLoginUser=kris
54
55 # Set the root pass
56 rootPass=root
57
58 # Setup our users
59 userName=kris
60 userComment=Kris Moore
61 userPass=kris
62 userShell=/bin/csh
63 userHome=/home/kris
64 userGroups=wheel,operator
65 commitUser
66
67 # Options for localizing an install
68 localizeLang="ru"
69 localizeKeyLayout="ru"
70 localizeKeyModel="pc104"
71 localizeKeyVariant="intl"