> apt-get --no-install-recommends -q -y --force-yes install rsyslog > logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase > iptables > apt-get --no-install-recommends -q -y --force-yes install > openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget > > > -Harikrishna
>I'm not really good with Debian, but I think DEBIAN_PRIORITY=critical >means APT will _still_ pop-up dialogues for "critical" situations. >I think it should be fine if you remove that line. the -qq option did work in quietening the pop-up ! -abhi