On Wed, May 13, 2009 at 1:52 PM, Anu Ramachandra <[email protected]> wrote: > Hello, > > While installing with cobbler, we would like to add the following line > to the /etc/sudoers file - > > <username> ALL=(ALL) ALL > > This can be done manually using visudo but is there a command/option > that can be added to the kickstart file?
You really should be asking this on the kickstart mailinglist and not the cobbler ML but you can do: echo "<username> ALL=(ALL) ALL" >> /etc/sudoers in the %post section of the kickstart template. -- Jeff Schroeder Don't drink and derive, alcohol and analysis don't mix. http://www.digitalprognosis.com _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
