From cfd48f468ece2915992f5af3801b2c38d2cbcde9 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Thu, 27 May 2010 00:55:47 +0000 Subject: [PATCH] turn OFF force_firmware by default --- CONF.sh | 2 +- debian/CONF.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONF.sh b/CONF.sh index 118e82ad..6e5f10b8 100644 --- a/CONF.sh +++ b/CONF.sh @@ -131,7 +131,7 @@ export CONTRIB=1 # Do I want to force (potentially non-free) firmware packages to be # placed on disc 1? Will make installation much easier if systems # 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 # local packages that you want to put on the CD set then diff --git a/debian/CONF.sh b/debian/CONF.sh index 118e82ad..6e5f10b8 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -131,7 +131,7 @@ export CONTRIB=1 # Do I want to force (potentially non-free) firmware packages to be # placed on disc 1? Will make installation much easier if systems # 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 # local packages that you want to put on the CD set then