[elbe-devel] [PATCH 2/2] examples: make two more files build with buster
bage at linutronix.de
bage at linutronix.de
Sat Feb 1 10:40:03 CET 2020
From: Bastian Germann <bage at linutronix.de>
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
examples/x86_64-docker.xml | 10 +++++-----
examples/x86_64-pc-hdimg-with-updated.xml | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/x86_64-docker.xml b/examples/x86_64-docker.xml
index c4cbbd61b..0588167e0 100644
--- a/examples/x86_64-docker.xml
+++ b/examples/x86_64-docker.xml
@@ -9,8 +9,8 @@
all that is needed to run apt, but no init daemon.
These images are designed for running inside a docker container.
- Use 'docker import docker-stretch.tgz debian-stretch' to load
- the image into docker and 'docker run -ti debian-stretch /bin/bash'
+ Use 'docker import docker-debianmin.tgz debianmin' to load
+ the image into docker and 'docker run -ti debianmin /bin/bash'
to run a bash inside the image.
</description>
<buildtype>amd64</buildtype>
@@ -19,16 +19,16 @@
<primary_path>/debian</primary_path>
<primary_proto>http</primary_proto>
</mirror>
- <suite>stretch</suite>
+ <suite>buster</suite>
</project>
<target>
- <hostname>stretch</hostname>
+ <hostname>debianmin</hostname>
<domain>docker</domain>
<passwd>docker</passwd>
<debootstrapvariant>minbase</debootstrapvariant>
<package>
<tar>
- <name>docker-stretch.tgz</name>
+ <name>docker-debianmin.tgz</name>
</tar>
</package>
<diet variant='minimal' />
diff --git a/examples/x86_64-pc-hdimg-with-updated.xml b/examples/x86_64-pc-hdimg-with-updated.xml
index 5badd7bb2..9ba3f3a54 100644
--- a/examples/x86_64-pc-hdimg-with-updated.xml
+++ b/examples/x86_64-pc-hdimg-with-updated.xml
@@ -13,13 +13,13 @@
<url-list>
<!-- for elbe updated -->
<url>
- <binary>http://debian.linutronix.de/elbe stretch main</binary>
- <source>http://debian.linutronix.de/elbe stretch main</source>
+ <binary>http://debian.linutronix.de/elbe buster main</binary>
+ <source>http://debian.linutronix.de/elbe buster main</source>
<key>http://debian.linutronix.de/elbe/elbe-repo.pub</key>
</url>
</url-list>
</mirror>
- <suite>stretch</suite>
+ <suite>buster</suite>
</project>
<target>
<hostname>elbe-updated</hostname>
--
2.20.1
More information about the elbe-devel
mailing list