On Tue, Jul 6, 2010 at 10:27, Isaac Witmer <isaa...@gmail.com> wrote: > I'm doing a custom install, and one of the packages in the install is postfix. > Each time, it prompts me to select "no configuration" "Local use" etc. > just after the package has been downloaded and right before it has > been installed. (similar to the screen that shows up when you're asked > to accept the sun-java6 license) > > I need a way to dodge it. Any ideas?
The package comes with two or more pre-packaged configurations to make it ready to go. Why not just use "no configuration" and later apply your own configuration. If you are trying to bypass the interactiveness of it so you don't get stopped at that choice, maybe you need an expect script (I've used pexpect with Python for various things, and was thinking of using it for this, too).