From: Harald Hoyer Date: Wed, 14 Apr 2010 17:32:44 +0000 (+0200) Subject: dracut: add_drivers from the command line should add up to the conffile X-Git-Tag: 006~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4828beb949f25d894351c7abbe6a4930a1d1d95c;p=platform%2Fupstream%2Fdracut.git dracut: add_drivers from the command line should add up to the conffile --- diff --git a/dracut b/dracut index b16e205..8c0adad 100755 --- a/dracut +++ b/dracut @@ -143,7 +143,7 @@ fi [[ $omit_dracutmodules_l ]] && omit_dracutmodules=$omit_dracutmodules_l [[ $add_dracutmodules_l ]] && add_dracutmodules="$add_dracutmodules $add_dracutmodules_l" [[ $drivers_l ]] && drivers=$drivers_l -[[ $add_drivers_l ]] && add_drivers=$add_drivers_l +[[ $add_drivers_l ]] && add_drivers="$add_drivers $add_drivers_l" [[ $filesystems_l ]] && filesystems=$filesystems_l [[ $drivers_dir_l ]] && drivers_dir=$drivers_dir_l [[ $fw_dir_l ]] && fw_dir=$fw_dir_l