X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=distrib%2Fetch%2Fvserver-config.sh;fp=distrib%2Fetch%2Fvserver-config.sh;h=0000000000000000000000000000000000000000;hb=30a26545c44a9b6643e01602535309cb53fbe435;hp=bceae552853d0d09bcd5d79f817a258db31ac22a;hpb=4415d2a7377be61789eb5a6e35222962cbe7a146;p=util-vserver.git diff --git a/distrib/etch/vserver-config.sh b/distrib/etch/vserver-config.sh deleted file mode 100755 index bceae55..0000000 --- a/distrib/etch/vserver-config.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -REMOVE_LINKS=" -bootlogd -checkfs -checkroot -halt -hwclock.sh -ifupdown -klogd -libdevmapper1.02 -makedev -module-init-tools -mountall.sh -mountdevsubfs.sh -mountnfs.sh -mountkernfs.sh -mountvirtfs -networking -reboot -setserial -single -stop-bootlogd -stop-bootlogd-single -umountfs -umountnfs.sh -umountroot -urandom -" - -aptitude update -LANG=C aptitude install locales - -test -x /usr/sbin/locale-gen && /usr/sbin/locale-gen - -for link in $REMOVE_LINKS; do - update-rc.d -f $link remove -done -