From 93db3736721d968a6ab67d37243d6f3aa6958d00 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Wed, 28 Mar 2018 10:58:28 +0100 Subject: [PATCH] sources.list: change {mirrordirector,archive}.raspbian.org to raspbian.raspberrypi.org --- stage0/00-configure-apt/files/sources.list | 4 ++-- stage0/prerun.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stage0/00-configure-apt/files/sources.list b/stage0/00-configure-apt/files/sources.list index f13c50c..45e5210 100644 --- a/stage0/00-configure-apt/files/sources.list +++ b/stage0/00-configure-apt/files/sources.list @@ -1,3 +1,3 @@ -deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi +deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' -#deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi +#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi diff --git a/stage0/prerun.sh b/stage0/prerun.sh index 80c43f7..7c09b02 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://mirrordirector.raspbian.org/raspbian/ + bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/ fi