Merge "Use new kernel parameter in kickstarts"
This commit is contained in:
commit
05d93b240d
@ -2492,10 +2492,10 @@ if [ ! -z "${insthwsettle}" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Search the install kernel command line for the multi-drivers-switch=
|
||||
# Search the install kernel command line for the out-of-tree-drivers=
|
||||
# option and if present propagate that to the disk boot kernel options.
|
||||
CMDLINE=`cat /proc/cmdline`
|
||||
param="multi-drivers-switch"
|
||||
param="out-of-tree-drivers"
|
||||
for option in ${CMDLINE} ; do
|
||||
opt=${option%%=*}
|
||||
if [ "${param}" = "${opt}" ]; then
|
||||
|
@ -2651,10 +2651,10 @@ if [ -n "${extra_boot_params}" ]; then
|
||||
add_kernel_option "${extra_boot_params}"
|
||||
fi
|
||||
|
||||
# Search the install kernel command line for the multi-drivers-switch=
|
||||
# Search the install kernel command line for the out-of-tree-drivers=
|
||||
# option and if present propagate that to the disk boot kernel options.
|
||||
CMDLINE=`cat /proc/cmdline`
|
||||
param="multi-drivers-switch"
|
||||
param="out-of-tree-drivers"
|
||||
for option in ${CMDLINE} ; do
|
||||
opt=${option%%=*}
|
||||
if [ "${param}" = "${opt}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user