Skip to content

Commit

Permalink
config: Unset KEEP_SRC_LIST
Browse files Browse the repository at this point in the history
This caused problems with changing COMPONENTS.

https://github.com/grml/grml-debootstrap/issues/160
pmenzel committed Dec 3, 2020
1 parent b312e15 commit f0f3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
@@ -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'.

0 comments on commit f0f3efe

Please sign in to comment.