pandora-first-run-wizard and pandora-state: Moved zram module loading into /etc/modules
[openpandora.oe.git] / recipes / pandora-system / pandora-state / rc.pandora-state
index 637f0b1..e5729fc 100644 (file)
@@ -71,7 +71,6 @@ d_start() {
        sed -n '11p' /etc/pandora/conf/nubs.state > /proc/pandora/nub1/scroll_rate
        sed -n '12p' /etc/pandora/conf/nubs.state > /proc/pandora/nub1/mbutton_threshold
        echo "Enabling ZRAM Swap"
-       modprobe zram
        mkswap /dev/zram0
        swapon -p 5 /dev/zram0
 }