|
|
@ -204,7 +204,7 @@ while (($# > 0)); do |
|
|
|
-o|--omit) push_arg omit_dracutmodules_l "$@" || shift;; |
|
|
|
-o|--omit) push_arg omit_dracutmodules_l "$@" || shift;; |
|
|
|
-d|--drivers) push_arg drivers_l "$@" || shift;; |
|
|
|
-d|--drivers) push_arg drivers_l "$@" || shift;; |
|
|
|
--filesystems) push_arg filesystems_l "$@" || shift;; |
|
|
|
--filesystems) push_arg filesystems_l "$@" || shift;; |
|
|
|
-I|--install) push_arg install_items "$@" || shift;; |
|
|
|
-I|--install) push_arg install_items_l "$@" || shift;; |
|
|
|
--fwdir) push_arg fw_dir_l "$@" || shift;; |
|
|
|
--fwdir) push_arg fw_dir_l "$@" || shift;; |
|
|
|
--fscks) push_arg fscks_l "$@" || shift;; |
|
|
|
--fscks) push_arg fscks_l "$@" || shift;; |
|
|
|
--nofscks) nofscks_l="yes";; |
|
|
|
--nofscks) nofscks_l="yes";; |
|
|
@ -332,6 +332,12 @@ if (( ${#fscks_l[@]} )); then |
|
|
|
done |
|
|
|
done |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (( ${#install_items_l[@]} )); then |
|
|
|
|
|
|
|
while pop install_items_l val; do |
|
|
|
|
|
|
|
push install_items $val |
|
|
|
|
|
|
|
done |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# these options override the stuff in the config file |
|
|
|
# these options override the stuff in the config file |
|
|
|
if (( ${#dracutmodules_l[@]} )); then |
|
|
|
if (( ${#dracutmodules_l[@]} )); then |
|
|
|
dracutmodules='' |
|
|
|
dracutmodules='' |
|
|
|