Comment 13 for bug 1449678

Revision history for this message
Mélodie (meets) wrote :

Hello,

It's been a week using it daily in my machine now, and the script works a treat:
$ cat /proc/swaps
Filename Type Size Used Priority
/dev/sda6 partition 4607996 0 -1
/dev/zram0 partition 947216 0 5
/dev/zram1 partition 947216 0 5
$

As sayd in the previous comment, I had to blacklist zram to prevent it from being default loaded during boot time. I added this to my blacklist.conf file:
***************
# cat /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# zram should not be loaded during boot time
blacklist zram
***************

Now how do we push this information to the Ubuntu kernel dev team?

Best regards,
Mélodie