From: Thomas Glanzmann Date: Mon, 21 Mar 2022 19:14:36 +0000 (+0100) Subject: 20:05 < kov> Glanzmann, you should probably use deb.debian.org for the /etc/apt/sourc... X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/a636dc48f8cf66822e3e0c941751213ee4216797 20:05 < kov> Glanzmann, you should probably use deb.debian.org for the /etc/apt/sources.list on the debian image --- 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