From f8fbbff435a436b52c343c6758839f525adf0942 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 23 Oct 2021 22:40:59 +0200 Subject: [PATCH] apt/doc: add disabled sources.list entry to receive updates from https://nodiscc.gitlab.io/toolbox - only possible upgrade path for packages installed from Makefile.extras - leave it disabled as we don't want third-party APT sources in the default setup - the GPG signing key is not trusted by default and must be manually trusted by the administrator --- .../etc/apt/sources.list.d/debian-live-config.list | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/includes.chroot/etc/apt/sources.list.d/debian-live-config.list diff --git a/config/includes.chroot/etc/apt/sources.list.d/debian-live-config.list b/config/includes.chroot/etc/apt/sources.list.d/debian-live-config.list new file mode 100644 index 0000000..8d0d693 --- /dev/null +++ b/config/includes.chroot/etc/apt/sources.list.d/debian-live-config.list @@ -0,0 +1,2 @@ +# Uncomment to receive updates fro packages installed from https://nodiscc.gitlab.io/toolbox +#deb https://nodiscc.gitlab.io/toolbox/ bullseye main