[PATCH 2/9] dracut: when stdloglvl not set defaulted to 0 - should be 4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Removed unnecessary stdloglvl default in dracut.conf.
---
 dracut      |    1 +
 dracut.conf |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dracut b/dracut
index 9ef6d61..192c5b5 100755
--- a/dracut
+++ b/dracut
@@ -332,6 +332,7 @@ if (( ${#fw_dir_l[@]} )); then
 fi
 
 [[ $stdloglvl_l ]] && stdloglvl=$stdloglvl_l
+[[ ! $stdloglvl ]] && stdloglvl=4
 stdloglvl=$((stdloglvl + verbosity_mod_l))
 ((stdloglvl > 6)) && stdloglvl=6
 ((stdloglvl < 0)) && stdloglvl=0
diff --git a/dracut.conf b/dracut.conf
index cca7359..89ceaab 100644
--- a/dracut.conf
+++ b/dracut.conf
@@ -2,7 +2,6 @@
 
 logfile=/var/log/dracut.log
 fileloglvl=6
-stdloglvl=3
 
 # Specific list of dracut modules to use
 #dracutmodules+=""
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux