Welcome to the Linux Foundation Forum!

How to set the module parameter permanently

Options

static bool raw_before_defrag __read_mostly;
module_param(raw_before_defrag , bool, 0000);
How to set this value to 'true' permanently without changing kernel source code.
I don't want to change value in device.
I need to change this value using config's or using BB file change. please help!!

Categories

Upcoming Training