Always use current stable release for preos

This commit is contained in:
Markus Koller 2016-07-06 10:47:28 +02:00
parent 78d7d91e42
commit 0e114c37ac
No known key found for this signature in database
GPG Key ID: A2B74A05A7A2B7B7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class PreOS(object):
self.arch = arch
self.command = "debootstrap"
self.suite = "wheezy"
self.suite = "stable"
self.options = [ "--include=openssh-server",
"--arch=%s" % self.arch ]