From 761ed5550319a0de1f521b448fdc0b1dd3ee2723 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 29 Jun 2025 19:59:44 +0200 Subject: Use the main mirror for bootstrapping As there is not bullseye Release file on the mirror I used --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9b76a57..4e46723 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ For creating a local chroot, I am using (e.g. for bookworm) cd /var/chroot sudo mkdir bookworm-amd64 - sudo debootstrap bookworm bookworm-amd64 http://ftp.de.debian.org/debian/ + sudo debootstrap bookworm bookworm-amd64 http://deb.debian.org/debian/ Then I add a new entry in /etc/schroot/schroot.conf like -- cgit v1.2.1