* Disable debugging output in boot scripts.
This commit is contained in:
parent
a98dae36f0
commit
08f297d554
|
@ -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 ]
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
#set -x
|
||||
|
||||
N=$1
|
||||
CDDIR=$2
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
#set -x
|
||||
|
||||
N=$1
|
||||
CDDIR=$2
|
||||
|
|
Loading…
Reference in New Issue