From: Harald Hoyer Date: Thu, 1 Oct 2009 12:32:52 +0000 (+0200) Subject: base/dracut-lib: add setdebug X-Git-Tag: 003~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52aeb3f3125dd26791b9d28d14676e6459126e1b;p=thirdparty%2Fdracut.git base/dracut-lib: add setdebug do not clutter rdinitdebug output with getarg and getargs debug --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index a140125f9..01d8bd9cf 100644 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -1,4 +1,5 @@ getarg() { + set +x local o line if [ -z "$CMDLINE" ]; then [ -e /etc/cmdline ] && read CMDLINE_ETC