Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kwabena Antwi-Boasiako
slapos
Commits
096993a3
Commit
096993a3
authored
Apr 04, 2018
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vm-img: Stretch was released, add Buster
parent
b55f1599
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
component/vm-img/debian.cfg
component/vm-img/debian.cfg
+10
-5
software/build-rina/software.cfg
software/build-rina/software.cfg
+1
-0
No files found.
component/vm-img/debian.cfg
View file @
096993a3
...
...
@@ -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
software/build-rina/software.cfg
View file @
096993a3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment