[elbe-devel] [PATCH 1/2] examples: convert from stretch to buster

Torben Hohn torben.hohn at linutronix.de
Wed Nov 13 13:31:53 CET 2019


On Fri, Nov 08, 2019 at 01:00:27PM +0100, Christian Teklenborg wrote:
> As buster is the latest stable release move examples to buster.
> Drop backports because we use the latest stable version.
> 
> Signed-off-by: Christian Teklenborg <chris at linutronix.de>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

> ---
>  examples/armel-rescue-busybox-cpio.xml           |  2 +-
>  examples/armhf-ti-beaglebone-black.xml           | 16 ++++++----------
>  .../x86_32-pc-hdimg-minimal-grub-stretch.xml     |  6 +++---
>  .../x86_32-pc-hdimg-with-include-development.xml |  4 ++--
>  .../x86_32-pc-hdimg-with-include-production.xml  |  4 ++--
>  examples/x86_64-pc-hdimg-grub-hybrid-stretch.xml |  8 ++++----
>  6 files changed, 18 insertions(+), 22 deletions(-)
> 
> diff --git a/examples/armel-rescue-busybox-cpio.xml b/examples/armel-rescue-busybox-cpio.xml
> index 76ae45c4..8c5f78b5 100644
> --- a/examples/armel-rescue-busybox-cpio.xml
> +++ b/examples/armel-rescue-busybox-cpio.xml
> @@ -11,7 +11,7 @@
>  			<primary_path>/debian</primary_path>
>  			<primary_proto>http</primary_proto>
>  		</mirror>
> -		<suite>stretch</suite>
> +		<suite>buster</suite>
>  	</project>
>  	<target>
>  		<hostname>rescue</hostname>
> diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
> index 3f4f219c..6332a8c8 100644
> --- a/examples/armhf-ti-beaglebone-black.xml
> +++ b/examples/armhf-ti-beaglebone-black.xml
> @@ -4,7 +4,7 @@
>  		<name>beaglebone-black</name>
>  		<version>1.0</version>
>  		<description>
> -			debian stretch rootfs for beaglebone black
> +			debian buster rootfs for beaglebone black
>  		</description>
>  		<!-- buildtype is used to configure qemu-user and debian arch -->
>  		<buildtype>armhf</buildtype>
> @@ -15,18 +15,14 @@
>  			<primary_proto>http</primary_proto>
>  			<url-list>
>  				<url>
> -					<binary>http://ftp.debian.org/debian stretch-backports main non-free contrib</binary>
> -					<source>http://ftp.debian.org/debian stretch-backports main non-free contrib</source>
> -				</url>
> -				<url>
> -					<binary>http://security.debian.org/ stretch/updates main contrib non-free</binary>
> -					<source>http://security.debian.org/ stretch/updates main contrib non-free</source>
> +					<binary>http://security.debian.org/ buster/updates main contrib non-free</binary>
> +					<source>http://security.debian.org/ buster/updates main contrib non-free</source>
>  				</url>
>  			</url-list>
>  		</mirror>
>  
>  		<!-- debian testing? stable? unstable?? -->
> -		<suite>stretch</suite>
> +		<suite>buster</suite>
>  	</project>
>  	<target>
>  		<!-- content for /etc/hostname -->
> @@ -141,8 +137,8 @@
>  			-->
>  			<pkg>systemd</pkg>
>  			<!-- install a package from backports -->
> -			<pkg pin="stretch-backports">btrfs-progs</pkg>
> -			<pkg pin="stretch-backports">libzstd1</pkg>
> +			<pkg>btrfs-progs</pkg>
> +			<pkg>libzstd1</pkg>
>  			<!-- install the gpiotest built by pbuilder  -->
>  			<pkg>gpiotest</pkg>
>  		</pkg-list>
> diff --git a/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml b/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml
> index 297b5bdf..8f69b2dc 100644
> --- a/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml
> +++ b/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml
> @@ -1,6 +1,6 @@
>  <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>i386-stretch-grub</name>
> +		<name>i386-buster-grub</name>
>  		<version>1.0</version>
>  		<description>for testing 32bit with grub2</description>
>  		<buildtype>i386</buildtype>
> @@ -9,10 +9,10 @@
>  			<primary_path>/debian</primary_path>
>  			<primary_proto>http</primary_proto>
>  		</mirror>
> -		<suite>stretch</suite>
> +		<suite>buster</suite>
>  	</project>
>  	<target>
> -		<hostname>i386-stretch</hostname>
> +		<hostname>i386-buster</hostname>
>  		<domain>elbe-rfs.org</domain>
>  		<passwd>foo</passwd>
>  		<console>ttyS0,115200</console>
> diff --git a/examples/x86_32-pc-hdimg-with-include-development.xml b/examples/x86_32-pc-hdimg-with-include-development.xml
> index 220e7c50..c78dd7b4 100644
> --- a/examples/x86_32-pc-hdimg-with-include-development.xml
> +++ b/examples/x86_32-pc-hdimg-with-include-development.xml
> @@ -4,7 +4,7 @@
>  		    created="2009-05-20T08:50:56" revision="6"
>  		    xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
>  	<project>
> -		<name>i386-stretch-grub</name>
> +		<name>i386-buster-grub</name>
>  		<version>1.0</version>
>  		<description>for testing 32bit with grub2</description>
>  		<buildtype>i386</buildtype>
> @@ -14,7 +14,7 @@
>  			<primary_proto>http</primary_proto>
>  			<xi:include href="includes/devel/mirrors.xml"/>
>  		</mirror>
> -		<suite>stretch</suite>
> +		<suite>buster</suite>
>  	</project>
>  	<target>
>  		<xi:include href="includes/devel/hostname.xml"/>
> diff --git a/examples/x86_32-pc-hdimg-with-include-production.xml b/examples/x86_32-pc-hdimg-with-include-production.xml
> index 5e41b150..6b975a31 100644
> --- a/examples/x86_32-pc-hdimg-with-include-production.xml
> +++ b/examples/x86_32-pc-hdimg-with-include-production.xml
> @@ -4,7 +4,7 @@
>  		    created="2009-05-20T08:50:56" revision="6"
>  		    xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
>  	<project>
> -		<name>i386-stretch-grub</name>
> +		<name>i386-buster-grub</name>
>  		<version>1.0</version>
>  		<description>for testing 32bit with grub2</description>
>  		<buildtype>i386</buildtype>
> @@ -13,7 +13,7 @@
>  			<primary_path>/debian</primary_path>
>  			<primary_proto>http</primary_proto>
>  		</mirror>
> -		<suite>stretch</suite>
> +		<suite>buster</suite>
>  	</project>
>  	<target>
>  		<xi:include href="includes/prod/hostname.xml"/>
> diff --git a/examples/x86_64-pc-hdimg-grub-hybrid-stretch.xml b/examples/x86_64-pc-hdimg-grub-hybrid-stretch.xml
> index 436990db..e93f8296 100644
> --- a/examples/x86_64-pc-hdimg-grub-hybrid-stretch.xml
> +++ b/examples/x86_64-pc-hdimg-grub-hybrid-stretch.xml
> @@ -1,6 +1,6 @@
>  <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-grub-hybrid-stretch</name>
> +		<name>amd64-grub-hybrid-buster</name>
>  		<version>1.0</version>
>  		<description>
>  			verify successful UEFI boot by checking
> @@ -19,12 +19,12 @@
>  			<primary_proto>http</primary_proto>
>  			<url-list>
>  				<url>
> -					<binary>http://security.debian.org stretch/updates main</binary>
> -					<source>http://security.debian.org stretch/updates main</source>
> +					<binary>http://security.debian.org buster/updates main</binary>
> +					<source>http://security.debian.org buster/updates main</source>
>  				</url>
>  			</url-list>
>  		</mirror>
> -		<suite>stretch</suite>
> +		<suite>buster</suite>
>  	</project>
>  	<target>
>  		<hostname>lxvm</hostname>
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list