Karl E. Jorgensen wrote: > # DEBIAN_FRONTEND=noninteractive apt-get install whatever
In addition to this to be truly batch mode you may want to set DEBCONF_ADMIN_EMAIL="" too. # DEBCONF_ADMIN_EMAIL="" DEBIAN_FRONTEND=noninteractive apt-get install -q -y whatever That will prevent email from being generated for those operations that would generate it. Bob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]