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