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>
1 file changed