[elbe-devel] [PATCH 10/10] examples: use buster in an example

Manuel Traut manut at linutronix.de
Wed Apr 3 12:34:58 CEST 2019


Since having a stretch initvm and debootstrap from stretch-backports
it is posible to build a buster target.

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 ...h.xml => x86_64-pc-hdimg-pbuilder-grub-buster.xml} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
 rename examples/{x86_64-pc-hdimg-pbuilder-grub-stretch.xml => x86_64-pc-hdimg-pbuilder-grub-buster.xml} (86%)

diff --git a/examples/x86_64-pc-hdimg-pbuilder-grub-stretch.xml b/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
similarity index 86%
rename from examples/x86_64-pc-hdimg-pbuilder-grub-stretch.xml
rename to examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
index 9147f2ce..f06c9639 100644
--- a/examples/x86_64-pc-hdimg-pbuilder-grub-stretch.xml
+++ b/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
@@ -1,18 +1,15 @@
 <ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
 	<project>
-		<name>amd64-stretch</name>
+		<name>amd64-buster</name>
 		<version>1.0</version>
-		<description>amd64 debian stretch mini RFS</description>
+		<description>amd64 debian buster mini RFS</description>
 		<buildtype>amd64</buildtype>
 		<mirror>
 			<primary_host>ftp.de.debian.org</primary_host>
 			<primary_path>/debian</primary_path>
 			<primary_proto>http</primary_proto>
-			<url-list>
-				<url><binary>http://security.debian.org stretch/updates main</binary></url>
-			</url-list>
 		</mirror>
-		<suite>stretch</suite>
+		<suite>buster</suite>
 	</project>
 	<target>
 		<hostname>lxvm</hostname>
@@ -22,7 +19,7 @@
 		<package>
 			<!-- build a tarball of the target image -->
 			<tar>
-				<name>stretch-rfs.tgz</name>
+				<name>buster-rfs.tgz</name>
 			</tar>
 		</package>
 		<images>
-- 
2.20.1




More information about the elbe-devel mailing list