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
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
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
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
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