python custom command interpreter?

2008-08-20 Thread joey boggs
I've got a hopefully simple question, maybe I'm just not searching for the right information. I'm working on a project that is using kickstarts to build Fedora/CentOS variant machines. Within the kickstart in the post section we will be performing disk space reductions by removing any unnecessary

Re: python custom command interpreter?

2008-08-20 Thread joey boggs
all the work and the frontend is easily configured for any user to add directories. * %post --interpreter #!/usr/bin/myinterpreter ** DROP /tmp/directory ** DROP /tmp/directory2* joey boggs wrote: >* In the end I'd like to be able to run a custom interpreter and just feed *>* it one c

RE: python custom command interpreter?

2008-08-20 Thread joey boggs
-- Forwarded message -- From: joey boggs <[EMAIL PROTECTED]> Date: Wed, Aug 20, 2008 at 9:46 PM Subject: Re: python custom command interpreter? To: Derek Martin <[EMAIL PROTECTED]> That was my first approach, but it's not clean enough -point at interpreter