mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Fix zram module paramter name
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 89535bb64db95a48fd4cadd87aaf398157a2ac59) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a4ec81345b
commit
ea0f32a916
@ -34,7 +34,7 @@ start() {
|
||||
mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024))
|
||||
|
||||
# load dependency modules
|
||||
modprobe zram zram_num_devices=$num_cpus
|
||||
modprobe zram num_devices=$num_cpus
|
||||
echo "zram devices probed successfully"
|
||||
|
||||
# initialize the devices
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user