I've found that ordering can sometimes matter in the kickstart files. Do you have firewall --disabled before any %pre/%post/%packages sections? The issue I was having was that %packages came after %pre in mine, so it was trying to run package names as commands... I took my a while to figure out why I'd have to switch to vty3 during the kickstart and exit parted...
On Tue, 2 Mar 2010 11:10:56 -0600, "Anu Ramachandra" <[email protected]> wrote: > I am using '--' (double). > > > > Thanks, > > Anu > > > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Maarten > Coenaerts > Sent: Tuesday, March 02, 2010 11:09 AM > To: cobbler mailing list > Subject: Re: Disable firewall during cobbler install > > > > are you using firewall --disabled in your kickstart? with double - > or did outlook change that too? > > > Maarten > > Anu Ramachandra wrote: > > It is all lower case - outlook changed it to upper case. > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Christian > Horn > Sent: Tuesday, March 02, 2010 10:56 AM > To: cobbler mailing list > Subject: Re: Disable firewall during cobbler install > > On Tue, Mar 02, 2010 at 10:34:30AM -0600, Anu Ramachandra wrote: > > > How can the firewall on the target system be disabled during > cobbler > install? > > Chkconfig iptables off > > > > try with lowercase "chkconfig" :) > > Christian > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
