diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-06-29 19:59:44 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-06-29 19:59:44 +0200 |
commit | 761ed5550319a0de1f521b448fdc0b1dd3ee2723 (patch) | |
tree | c831aea0d26e213b56619975a017e63e16679963 | |
parent | 31165312760bc60a55986f491ee9648baa870a87 (diff) |
Use the main mirror for bootstrapping
As there is not bullseye Release file on the mirror I used
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |