Re: kickstart user and the --gecos option

2010-11-25 Thread Robert Moskowitz
On 11/25/2010 01:31 PM, Bill Davidsen wrote: > JB wrote: > >> Robert Moskowitz htt-consult.com> writes: >> >> >>> ... >>> >> They are (for Linux): >> full name, office, office phone, home phone >> >> Kickstart option: >> --gecos= >> Provides the GECOS information for the

Re: kickstart user and the --gecos option

2010-11-25 Thread Bill Davidsen
JB wrote: > Robert Moskowitz htt-consult.com> writes: > >> ... > > They are (for Linux): > full name, office, office phone, home phone > > Kickstart option: > --gecos= > Provides the GECOS information for the user. This is a string of various > system-specific fields separated by a comma. It

Re: kickstart user and the --gecos option

2010-11-24 Thread JB
Robert Moskowitz htt-consult.com> writes: > ... They are (for Linux): full name, office, office phone, home phone Kickstart option: --gecos= Provides the GECOS information for the user. This is a string of various system-specific fields separated by a comma. It is frequently used to specify

Re: kickstart user and the --gecos option

2010-11-24 Thread Paul Morgan
On Wed, Nov 24, 2010 at 02:43:33PM -0500, Robert Moskowitz wrote: > I am installing F12 via kickstart. I want to set up my userid, and > after a bit of reading figured out I needed to add the user command. > > On reading https://fedoraproject.org/wiki/Anaconda/Kickstart I figured > out I needed

kickstart user and the --gecos option

2010-11-24 Thread Robert Moskowitz
I am installing F12 via kickstart. I want to set up my userid, and after a bit of reading figured out I needed to add the user command. On reading https://fedoraproject.org/wiki/Anaconda/Kickstart I figured out I needed: user --name=me --gecos="me myself" --password=nothingspecial But the ins