From 88d37d0badc90c2185205353edc541c89975b3b8 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Paul=20H=C3=A4nsch?= <paul@plutz.net>
Date: Fri, 28 Oct 2022 15:20:13 +0200
Subject: [PATCH] add repos and keys for debian "bookworm"

---
 Makefile                                   | 6 +++---
 keys/debian-archive-bookworm-automatic.gpg | 1 +
 keys/debian-archive-bookworm-stable.gpg    | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)
 create mode 120000 keys/debian-archive-bookworm-automatic.gpg
 create mode 120000 keys/debian-archive-bookworm-stable.gpg

diff --git a/Makefile b/Makefile
index fe331bb..91e66a5 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ space_:= ${nul_} ${nul_}
 .PHONY: _squash_modules _squash _isosquash _iso_image
 
 ARCH := amd64
-BOOTSTRAP := http://cdn.debian.net/debian
+BOOTSTRAP := http://deb.debian.org/debian
 PACKAGES := ${PACKAGES} apt busybox-static debian-archive-keyring init systemd
 
 # Partition Table (2M) + Boot Partition (126M)+ Root Partition + Slack Space (1M) = 2048M
@@ -43,12 +43,12 @@ KEYRING := keys/debian-archive-${release}-automatic.gpg
 ifndef SOURCES
   ifneq "$(filter stretch jessie buster, ${release})" ""
     define SOURCES := 
-    deb	http://cdn.debian.net/debian	${release}	main
+    deb	http://deb.debian.org/debian	${release}	main
     deb	https://deb.debian.org/debian-security/	${release}/updates	main
     endef
   else
     define SOURCES := 
-    deb	http://cdn.debian.net/debian	${release}	main
+    deb	http://deb.debian.org/debian	${release}	main
     deb	https://deb.debian.org/debian-security/	${release}-security	main
     endef
   endif
diff --git a/keys/debian-archive-bookworm-automatic.gpg b/keys/debian-archive-bookworm-automatic.gpg
new file mode 120000
index 0000000..5c00edd
--- /dev/null
+++ b/keys/debian-archive-bookworm-automatic.gpg
@@ -0,0 +1 @@
+debian-archive-bullseye-automatic.gpg
\ No newline at end of file
diff --git a/keys/debian-archive-bookworm-stable.gpg b/keys/debian-archive-bookworm-stable.gpg
new file mode 120000
index 0000000..9a7a715
--- /dev/null
+++ b/keys/debian-archive-bookworm-stable.gpg
@@ -0,0 +1 @@
+debian-archive-bullseye-stable.gpg
\ No newline at end of file
-- 
2.39.5