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:
parent
95df8ab524
commit
2674f26060
2
CONF.sh
2
CONF.sh
|
@ -136,7 +136,7 @@ export APTTMP=/srv/mirror/tmp/apt
|
||||||
# export NONFREE=1
|
# export NONFREE=1
|
||||||
|
|
||||||
# Do I want to have CONTRIB merged in the CD set?
|
# 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?
|
# Where should I look for non-free packages?
|
||||||
export NONFREE_COMPONENTS="non-free non-free-firmware"
|
export NONFREE_COMPONENTS="non-free non-free-firmware"
|
||||||
|
|
Loading…
Reference in New Issue