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} #------------------------------------------------------------------------------