Always use current stable release for preos
This commit is contained in:
parent
78d7d91e42
commit
0e114c37ac
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue