Make stretch the default suite in the easy-build.sh script.
This commit is contained in:
parent
dc8d4972c7
commit
7dcb2cff5b
|
@ -25,6 +25,7 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
[ Cyril Brulebois ]
|
[ Cyril Brulebois ]
|
||||||
* Make amd64 the default arch in the easy-build.sh script.
|
* Make amd64 the default arch in the easy-build.sh script.
|
||||||
|
* Make stretch the default suite in the easy-build.sh script.
|
||||||
|
|
||||||
-- Steve McIntyre <93sam@debian.org> Mon, 20 Apr 2015 12:36:57 +0100
|
-- Steve McIntyre <93sam@debian.org> Mon, 20 Apr 2015 12:36:57 +0100
|
||||||
|
|
||||||
|
|
|
@ -73,10 +73,10 @@ fi
|
||||||
## For what release to build images
|
## For what release to build images
|
||||||
|
|
||||||
# The suite the installed system will be based on
|
# The suite the installed system will be based on
|
||||||
export CODENAME=wheezy
|
export CODENAME=stretch
|
||||||
# The suite from which the udebs for the installer will be taken (normally
|
# The suite from which the udebs for the installer will be taken (normally
|
||||||
# the same as CODENAME)
|
# the same as CODENAME)
|
||||||
export DI_CODENAME=wheezy
|
export DI_CODENAME=stretch
|
||||||
|
|
||||||
|
|
||||||
## The debian-installer images to use. This must match the suite (DI_CODENAME)
|
## The debian-installer images to use. This must match the suite (DI_CODENAME)
|
||||||
|
|
Loading…
Reference in New Issue