remove interactive setup steps
authorBenedikt Boehm <hollow@gentoo.org>
Fri, 13 Apr 2007 10:46:21 +0000 (10:46 +0000)
committerBenedikt Boehm <hollow@gentoo.org>
Fri, 13 Apr 2007 10:46:21 +0000 (10:46 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2529 94cd875c-1c1d-0410-91d2-eb244daf1a30

distrib/etch/vserver-config.sh

index 970d3f1..bceae55 100755 (executable)
@@ -28,16 +28,11 @@ umountroot
 urandom
 "
 
-test -x /usr/sbin/tzconfig && /usr/sbin/tzconfig
-
 aptitude update
 LANG=C aptitude install locales
 
 test -x /usr/sbin/locale-gen && /usr/sbin/locale-gen
 
-dpkg-reconfigure passwd
-tasksel
-
 for link in $REMOVE_LINKS; do
        update-rc.d -f $link remove
 done