Support unstable release name for sid
This commit is contained in:
parent
c5a316f1ae
commit
224f73e0ff
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ write_sourceslist()
|
||||||
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/debian-security}
|
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
|
cat <<EOF > ${rootfs}/etc/apt/sources.list
|
||||||
# ${release}
|
# ${release}
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue