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

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

281########################################################################
282# USER OPTIONS
283########################################################################
284
285Options for setting up usernames and passwords on the installed system
286
287# rootPass=root
288
1pc-sysinstall README
2
3This file documents many of the variables used in pc-sysinstall
4config scripts
5#################################################################
6
7# hostname=
8

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

281########################################################################
282# USER OPTIONS
283########################################################################
284
285Options for setting up usernames and passwords on the installed system
286
287# rootPass=root
288
289Set the root password of the installed system to the specified string
289Set the root password of the installed system to the specified plaintext string
290
290
291# rootEncPass=<encryptedstring>
292
293Set the root password of the installed system to the specified encrypted string
294
291The below variables are used to setup a user on the installed system
292Be sure to call commitUser after after adding these values, and before
293starting another user block
294
295# userName=kris
296# userComment=Kris Moore
297# userPass=mypass
295The below variables are used to setup a user on the installed system
296Be sure to call commitUser after after adding these values, and before
297starting another user block
298
299# userName=kris
300# userComment=Kris Moore
301# userPass=mypass
302or
303# userEncPass=<encryptedstring>
298# userShell=/bin/csh
299# userHome=/home/kris
300# userGroups=wheel,operator
301# commitUser
302
303########################################################################
304# RUN COMMANDS
305########################################################################

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

361
362localizeKeyVariant is used to update the xorg config to set the keyboard variant
363
364# autoLoginUser=kris
365
366Setting autoLoginUser will enable the specified user to log into the desktop
367automatically without entering a password
368
304# userShell=/bin/csh
305# userHome=/home/kris
306# userGroups=wheel,operator
307# commitUser
308
309########################################################################
310# RUN COMMANDS
311########################################################################

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

367
368localizeKeyVariant is used to update the xorg config to set the keyboard variant
369
370# autoLoginUser=kris
371
372Setting autoLoginUser will enable the specified user to log into the desktop
373automatically without entering a password
374
369$FreeBSD: head/usr.sbin/pc-sysinstall/examples/README 213650 2010-10-09 08:52:09Z imp $
375$FreeBSD: head/usr.sbin/pc-sysinstall/examples/README 217234 2011-01-10 19:57:18Z jpaetzel $