* Disable debugging output in boot scripts.

This commit is contained in:
Frans Pop 2007-09-02 17:18:06 +00:00
parent a98dae36f0
commit 08f297d554
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
debian-cd (3.0.4) UNRELEASED; urgency=low
* Disable debugging output in boot scripts.
-- Frans Pop <fjp@debian.org> Sun, 02 Sep 2007 19:17:38 +0200
debian-cd (3.0.3) unstable; urgency=low
[ Steve McIntyre ]

View File

@ -9,7 +9,7 @@
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
set -e
set -x
#set -x
N=$1
CDDIR=$2

View File

@ -8,7 +8,7 @@
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
set -e
set -x
#set -x
N=$1
CDDIR=$2