Commit c5b5b01c authored by Julien Muchembled's avatar Julien Muchembled

vm.install-debian: increase default RAM for Stretch

For Stretch, the installer needs more than 256M.
parent 514a4483
......@@ -297,7 +297,7 @@ class InstallDebianRecipe(BaseRecipe):
for k, v in p.items())))
vm = join(location, dist + '.img')
args = self.getQemuBasicArgs(dist, 256, unsafe=True)
args = self.getQemuBasicArgs(dist, 384, unsafe=True)
open_flags = os.O_CREAT | os.O_EXCL | os.O_WRONLY
fd = os.open(vm, open_flags, 0o666)
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment