diff options
-rw-r--r-- | meta-oe/recipes-extended/zram/zram/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/zram/zram/init b/meta-oe/recipes-extended/zram/zram/init index 7b6cbf414..a2c9c2123 100644 --- a/meta-oe/recipes-extended/zram/zram/init +++ b/meta-oe/recipes-extended/zram/zram/init | |||
@@ -34,7 +34,7 @@ start() { | |||
34 | mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024)) | 34 | mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024)) |
35 | 35 | ||
36 | # load dependency modules | 36 | # load dependency modules |
37 | modprobe zram zram_num_devices=$num_cpus | 37 | modprobe zram num_devices=$num_cpus |
38 | echo "zram devices probed successfully" | 38 | echo "zram devices probed successfully" |
39 | 39 | ||
40 | # initialize the devices | 40 | # initialize the devices |