From: Thierry Parmentelat Date: Tue, 15 Jan 2013 10:12:49 +0000 (+0100) Subject: refresh names of debian distros X-Git-Tag: 5.2.1~147 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fa61c7b1aafd16538b670d2f5c2b9d541d4c6006;p=build.git refresh names of debian distros --- diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index 4e8e55eb..d4c9b6c6 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -85,7 +85,7 @@ function package_method () { fcdistro=$1; shift case $fcdistro in f[0-9]*|centos[0-9]*|sl[0-9]*) echo yum ;; - lenny|etch) echo debootstrap ;; + lenny|squeeze|wheezy|jessie) echo debootstrap ;; *) echo Unknown distro $fcdistro ;; esac }