diff options
author | Holger Paradies <retabell@gmx.de> | 2025-10-11 17:20:06 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-10-11 17:20:06 +0200 |
commit | b44b8b7f58e46220de09205a77dfc2709cc5295e (patch) | |
tree | 6d79bb99f9357e91d559c179f307ec1013372d51 /config/chroot_local-hooks/xx-sources.list | |
parent | b5c6910f8ed5f9042de9472d4b792f1c8432e2b1 (diff) | |
download | kanotix-b44b8b7f58e46220de09205a77dfc2709cc5295e.zip kanotix-b44b8b7f58e46220de09205a77dfc2709cc5295e.tar.gz |
LB builds with Repository LB_DISTRIBUTION-updates,
but the repo is not provided in final iso.
Diffstat (limited to 'config/chroot_local-hooks/xx-sources.list')
-rwxr-xr-x | config/chroot_local-hooks/xx-sources.list | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/xx-sources.list b/config/chroot_local-hooks/xx-sources.list index caf7cd6..7570a9a 100755 --- a/config/chroot_local-hooks/xx-sources.list +++ b/config/chroot_local-hooks/xx-sources.list @@ -23,6 +23,15 @@ case "${LB_DISTRIBUTION}" in stretch|buster|bullseye) exit ;; esac +# Provide LB_DISTRIBUTION-updates Repo +# Fix as lb build with updates + +cat <<EOF >>/etc/apt/sources.list +# Debian trixie-updates +deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian ${LB_DISTRIBUTION}-updates main contrib non-free non-free-firmware +deb-src [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian ${LB_DISTRIBUTION}-updates main contrib non-free non-free-firmware +EOF + # add signed-by to sources.list # TODO dep822 # TODO wine |