Commit 096993a3 authored by Julien Muchembled's avatar Julien Muchembled

vm-img: Stretch was released, add Buster

parent b55f1599
...@@ -22,7 +22,7 @@ dist = ${vm-debian:dists} ...@@ -22,7 +22,7 @@ dist = ${vm-debian:dists}
[vm-debian] [vm-debian]
recipe = slapos.recipe.build:vm.install-debian recipe = slapos.recipe.build:vm.install-debian
environment = vm-install-environment environment = vm-install-environment
dists = debian-jessie dists = debian-stretch
size = 1Gi size = 1Gi
late-command = late-command =
# rdnssd causes too much trouble with recent QEMU, because the latter acts as # rdnssd causes too much trouble with recent QEMU, because the latter acts as
...@@ -55,18 +55,23 @@ preseed.recommends = false ...@@ -55,18 +55,23 @@ preseed.recommends = false
preseed.tasks = preseed.tasks =
[debian-squeeze] [debian-squeeze]
<= debian-jessie <= debian-stretch
x86_64.iso = debian-amd64-squeeze-netinst.iso x86_64.iso = debian-amd64-squeeze-netinst.iso
[debian-wheezy] [debian-wheezy]
<= debian-jessie <= debian-stretch
x86_64.iso = debian-amd64-wheezy-netinst.iso x86_64.iso = debian-amd64-wheezy-netinst.iso
[debian-jessie] [debian-jessie]
<= debian-stretch
x86_64.iso = debian-amd64-jessie-netinst.iso
[debian-stretch]
<= debian-stretch
x86_64.iso = debian-amd64-netinst.iso x86_64.iso = debian-amd64-netinst.iso
x86_64.kernel = install.amd/vmlinuz x86_64.kernel = install.amd/vmlinuz
x86_64.initrd = install.amd/initrd.gz x86_64.initrd = install.amd/initrd.gz
[debian-stretch] [debian-buster]
<= debian-jessie <= debian-stretch
x86_64.iso = debian-amd64-testing-netinst.iso x86_64.iso = debian-amd64-testing-netinst.iso
...@@ -66,6 +66,7 @@ sparse-checkout = /playbook/roles/rina ...@@ -66,6 +66,7 @@ sparse-checkout = /playbook/roles/rina
[vm-debian] [vm-debian]
# building a generic Debian kernel uses a lot of space # building a generic Debian kernel uses a lot of space
size = 16Gi size = 16Gi
dists = debian-jessie
packages += packages +=
# generic (another SR that build packages automatically would use the same list) # generic (another SR that build packages automatically would use the same list)
apt-utils build-essential devscripts equivs lsb-release apt-utils build-essential devscripts equivs lsb-release
......
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