From 224f73e0ff3bb9d75f6323fd237324f12d9734f8 Mon Sep 17 00:00:00 2001 From: Laurent Vallar Date: Tue, 30 Apr 2013 16:35:23 +0200 Subject: [PATCH] Support unstable release name for sid --- boxes/debian/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/debian/download b/boxes/debian/download index ba9cce6..0703394 100755 --- a/boxes/debian/download +++ b/boxes/debian/download @@ -32,7 +32,7 @@ write_sourceslist() SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/debian-security} - if [ 'sid' == "${release}" ]; then + if [ 'sid' == "${release}" -o 'unstable' == "${release}" ]; then cat < ${rootfs}/etc/apt/sources.list # ${release} #------------------------------------------------------------------------------