Deleted Added
full compact
README (211490) README (212337)
1pc-sysinstall README
2
3This file documents many of the variables used in pc-sysinstall
4config scripts
5#################################################################
6
7# hostname=
8

--- 100 unchanged lines hidden (view full) ---

109if additional disks are to be setup.
110
111When doing an upgrade, the disk0= line should be set to the root device or
112root zpool of the target system to update. I.E:
113 # disk0=tank0
114 # disk0=ada0s1a
115
116
1pc-sysinstall README
2
3This file documents many of the variables used in pc-sysinstall
4config scripts
5#################################################################
6
7# hostname=
8

--- 100 unchanged lines hidden (view full) ---

109if additional disks are to be setup.
110
111When doing an upgrade, the disk0= line should be set to the root device or
112root zpool of the target system to update. I.E:
113 # disk0=tank0
114 # disk0=ada0s1a
115
116
117# partition=(all, free, s1, s1, s3, s4)
117# partition=(all, free, s1, s1, s3, s4, image)
118
119After setting disk[0-9], the partition= variable is used to specify which target
120partition we will be working with for this device.
121
122Setting this to "all" will setup the disk with a single FreeBSD slice as "s1"
123
124Setting this to "free" will allow pc-sysinstall to search for the first available
125primary slice with free space, and create the slice.
126
118
119After setting disk[0-9], the partition= variable is used to specify which target
120partition we will be working with for this device.
121
122Setting this to "all" will setup the disk with a single FreeBSD slice as "s1"
123
124Setting this to "free" will allow pc-sysinstall to search for the first available
125primary slice with free space, and create the slice.
126
127Setting this to "s1, s2, s3 or s4" will use the specified MBR slice
127Setting this to "s1, s2, s3 or s4" will use the specified MBR slice.
128
128
129Setting this to "image" will use an image to configure the disk.
130
129(This tag is unused for upgrades)
130
131# partscheme=(MBR/GPT)
132
133When performing a "full" disk (partition=all), the partscheme= variable is used
134to determine the partition scheme type gpart will be using on the disk. Valid
135choices are MBR or GPT.
136

--- 9 unchanged lines hidden (view full) ---

146Allows the setting of the mirror balance method to be used, if not
147specified this defaults to "round-robin"
148
149# bootManager=(none, bsd)
150
151Setting this option will instruct pc-sysinstall to install the BSD boot Manager,
152or leave it empty
153
131(This tag is unused for upgrades)
132
133# partscheme=(MBR/GPT)
134
135When performing a "full" disk (partition=all), the partscheme= variable is used
136to determine the partition scheme type gpart will be using on the disk. Valid
137choices are MBR or GPT.
138

--- 9 unchanged lines hidden (view full) ---

148Allows the setting of the mirror balance method to be used, if not
149specified this defaults to "round-robin"
150
151# bootManager=(none, bsd)
152
153Setting this option will instruct pc-sysinstall to install the BSD boot Manager,
154or leave it empty
155
156# image=(/path/to/image/file)
157
158Setting this option will instruct pc-sysinstall to write the image file
159specified by the path to the disk.
160
154# commitDiskPart
155
156This command must be placed at the end of the diskX= section, before starting
157the listing of any additional diskX= directives.
158
159
160########################################################################
161# DISK PARTITION / MOUNT SETTINGS

--- 190 unchanged lines hidden (view full) ---

352
353localizeKeyVariant is used to update the xorg config to set the keyboard variant
354
355# autoLoginUser=kris
356
357Setting autoLoginUser will enable the specified user to log into the desktop
358automatically without entering a password
359
161# commitDiskPart
162
163This command must be placed at the end of the diskX= section, before starting
164the listing of any additional diskX= directives.
165
166
167########################################################################
168# DISK PARTITION / MOUNT SETTINGS

--- 190 unchanged lines hidden (view full) ---

359
360localizeKeyVariant is used to update the xorg config to set the keyboard variant
361
362# autoLoginUser=kris
363
364Setting autoLoginUser will enable the specified user to log into the desktop
365automatically without entering a password
366
360$FreeBSD: head/usr.sbin/pc-sysinstall/examples/README 211490 2010-08-19 06:11:06Z imp $
367$FreeBSD: head/usr.sbin/pc-sysinstall/examples/README 212337 2010-09-08 20:10:24Z imp $