From f0f3efeb5f2f6e9f1907d147b8a535883c5a8a2b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 3 Dec 2020 15:43:39 +0100 Subject: [PATCH] config: Unset `KEEP_SRC_LIST` This caused problems with changing COMPONENTS. https://github.com/grml/grml-debootstrap/issues/160 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ab5cb0d..1eb5a9c 100644 --- a/config +++ b/config @@ -51,7 +51,7 @@ MIRROR='http://deb.debian.org/debian' # If /etc/apt/sources.list should NOT be build on the fly, this # options allows providing a separate apt sources.list file via # /etc/debootstrap/etc/apt/sources.list -KEEP_SRC_LIST='no' +# KEEP_SRC_LIST='yes' # To enable the Grml repository via /etc/apt/sources.list.d/grml.list # set this variable to 'yes'.