| commit | 551164572a4a41968abd020ec24499085cc2adf7 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Aug 15 16:48:36 2017 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Aug 15 17:20:02 2017 -0700 |
| tree | 95d21de4075713df15089e9220a48ac3f0558ed1 | |
| parent | 33103e7b1f89ef432dfe3337d2a6932cdf5c1312 [diff] |
torture: Make --bootargs override .boot file entries If there are kernel boot parameter values specified via --bootargs that conflict with those in the .boot file, both parameters are passed to the kernel, which might or might not be desirable. This commit therefore modifies the configfrag_boot_params() sh function to eliminate an kernel boot parameters given via --bootargs from the .boot file. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>