CONF.sh: unset CONTRIB for consistency

It looks strange to have NONFREE unset and CONTRIB=1 in the default config,
since packages in contrib are usually there because they depend on non-free
stuff.
This commit is contained in:
Cyril Brulebois 2023-01-26 23:47:45 +01:00
parent 95df8ab524
commit 2674f26060
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export APTTMP=/srv/mirror/tmp/apt
# export NONFREE=1
# Do I want to have CONTRIB merged in the CD set?
export CONTRIB=1
# export CONTRIB=1
# Where should I look for non-free packages?
export NONFREE_COMPONENTS="non-free non-free-firmware"