summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2025-06-29 19:59:44 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2025-06-29 19:59:44 +0200
commit761ed5550319a0de1f521b448fdc0b1dd3ee2723 (patch)
treec831aea0d26e213b56619975a017e63e16679963
parent31165312760bc60a55986f491ee9648baa870a87 (diff)
Use the main mirror for bootstrapping
As there is not bullseye Release file on the mirror I used
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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

Contact - Imprint