From a636dc48f8cf66822e3e0c941751213ee4216797 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 21 Mar 2022 20:14:36 +0100 Subject: [PATCH] 20:05 < kov> Glanzmann, you should probably use deb.debian.org for the /etc/apt/sources.list on the debian image --- bootstrap.sh | 2 +- files/sources.list | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 44f27be..14fbf0a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -68,7 +68,7 @@ build_rootfs() handle_crosscompile sudo rm -rf testing mkdir -p cache - sudo eatmydata ${DEBOOTSTRAP} --cache-dir=`pwd`/cache --arch=arm64 --include initramfs-tools,pciutils,wpasupplicant,tcpdump,vim,tmux,vlan,ntpdate,parted,curl,wget,grub-efi-arm64,mtr-tiny,dbus,ca-certificates,sudo,openssh-client,mtools,gdisk testing testing http://ftp.fau.de/debian + sudo eatmydata ${DEBOOTSTRAP} --cache-dir=`pwd`/cache --arch=arm64 --include initramfs-tools,pciutils,wpasupplicant,tcpdump,vim,tmux,vlan,ntpdate,parted,curl,wget,grub-efi-arm64,mtr-tiny,dbus,ca-certificates,sudo,openssh-client,mtools,gdisk testing testing http://deb.debian.org/debian export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` diff --git a/files/sources.list b/files/sources.list index 4c40d63..a36e253 100644 --- a/files/sources.list +++ b/files/sources.list @@ -1,2 +1,2 @@ -deb http://ftp.fau.de/debian testing main contrib non-free -deb-src http://ftp.fau.de/debian testing main contrib non-free +deb http://deb.debian.org/debian testing main contrib non-free +deb-src http://deb.debian.org/debian testing main contrib non-free -- 2.39.2