turn OFF force_firmware by default
This commit is contained in:
parent
b9c25ca204
commit
cfd48f468e
2
CONF.sh
2
CONF.sh
|
@ -131,7 +131,7 @@ export CONTRIB=1
|
||||||
# Do I want to force (potentially non-free) firmware packages to be
|
# Do I want to force (potentially non-free) firmware packages to be
|
||||||
# placed on disc 1? Will make installation much easier if systems
|
# placed on disc 1? Will make installation much easier if systems
|
||||||
# contain hardware that depends on this firmware
|
# contain hardware that depends on this firmware
|
||||||
export FORCE_FIRMWARE=1
|
# export FORCE_FIRMWARE=1
|
||||||
|
|
||||||
# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with
|
# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with
|
||||||
# local packages that you want to put on the CD set then
|
# local packages that you want to put on the CD set then
|
||||||
|
|
|
@ -131,7 +131,7 @@ export CONTRIB=1
|
||||||
# Do I want to force (potentially non-free) firmware packages to be
|
# Do I want to force (potentially non-free) firmware packages to be
|
||||||
# placed on disc 1? Will make installation much easier if systems
|
# placed on disc 1? Will make installation much easier if systems
|
||||||
# contain hardware that depends on this firmware
|
# contain hardware that depends on this firmware
|
||||||
export FORCE_FIRMWARE=1
|
# export FORCE_FIRMWARE=1
|
||||||
|
|
||||||
# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with
|
# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with
|
||||||
# local packages that you want to put on the CD set then
|
# local packages that you want to put on the CD set then
|
||||||
|
|
Loading…
Reference in New Issue