From 798b40514471185339e13206acf7403f9b4b9a7a Mon Sep 17 00:00:00 2001 From: "landrash@gmail.com" Date: Mon, 29 Apr 2019 17:48:33 +0200 Subject: [PATCH] Changes for building ontop Buster --- export-image/01-set-sources/00-patches/0-sources.diff | 6 +++--- stage0/00-configure-apt/files/raspi.list | 4 ++-- stage0/00-configure-apt/files/sources.list | 4 ++-- stage0/prerun.sh | 2 +- stage3/00-hassbian-repo/files/hassbian.list | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/export-image/01-set-sources/00-patches/0-sources.diff b/export-image/01-set-sources/00-patches/0-sources.diff index 17badff14b..035eb670f4 100644 --- a/export-image/01-set-sources/00-patches/0-sources.diff +++ b/export-image/01-set-sources/00-patches/0-sources.diff @@ -3,7 +3,7 @@ Index: export-jessie/rootfs/etc/apt/sources.list.d/raspi.list --- export-jessie.orig/rootfs/etc/apt/sources.list.d/raspi.list +++ export-jessie/rootfs/etc/apt/sources.list.d/raspi.list @@ -1,3 +1,3 @@ --deb http://archive.raspberrypi.org/debian/ stretch main ui staging -+deb http://archive.raspberrypi.org/debian/ stretch main ui +-deb http://archive.raspberrypi.org/debian/ buster main ui staging ++deb http://archive.raspberrypi.org/debian/ buster main ui # Uncomment line below then 'apt-get update' to enable 'apt-get source' - #deb-src http://archive.raspberrypi.org/debian/ stretch main ui + #deb-src http://archive.raspberrypi.org/debian/ buster main ui diff --git a/stage0/00-configure-apt/files/raspi.list b/stage0/00-configure-apt/files/raspi.list index 656ab48132..70b5fd699d 100644 --- a/stage0/00-configure-apt/files/raspi.list +++ b/stage0/00-configure-apt/files/raspi.list @@ -1,3 +1,3 @@ -deb http://archive.raspberrypi.org/debian/ stretch main ui staging +deb http://archive.raspberrypi.org/debian/ buster main ui staging # Uncomment line below then 'apt-get update' to enable 'apt-get source' -#deb-src http://archive.raspberrypi.org/debian/ stretch main ui +#deb-src http://archive.raspberrypi.org/debian/ buster main ui diff --git a/stage0/00-configure-apt/files/sources.list b/stage0/00-configure-apt/files/sources.list index 45e5210f63..61820ac04e 100644 --- a/stage0/00-configure-apt/files/sources.list +++ b/stage0/00-configure-apt/files/sources.list @@ -1,3 +1,3 @@ -deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi +deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' -#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi +#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi diff --git a/stage0/prerun.sh b/stage0/prerun.sh index 7c09b02504..9ce3e0227f 100755 --- a/stage0/prerun.sh +++ b/stage0/prerun.sh @@ -1,5 +1,5 @@ #!/bin/bash -e if [ ! -d "${ROOTFS_DIR}" ]; then - bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/ + bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/ fi diff --git a/stage3/00-hassbian-repo/files/hassbian.list b/stage3/00-hassbian-repo/files/hassbian.list index f2cec4bd7e..c9dfd41466 100644 --- a/stage3/00-hassbian-repo/files/hassbian.list +++ b/stage3/00-hassbian-repo/files/hassbian.list @@ -1 +1 @@ -deb [trusted=yes] https://gitlab.com/hassbian/repository/raw/master stretch main +deb [trusted=yes] https://gitlab.com/hassbian/repository/raw/master buster main