Support unstable release name for sid

This commit is contained in:
Laurent Vallar 2013-04-30 16:35:23 +02:00
parent c5a316f1ae
commit 224f73e0ff

View file

@ -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 <<EOF > ${rootfs}/etc/apt/sources.list
# ${release}
#------------------------------------------------------------------------------