pandora-first-run-wizard and pandora-state: Moved zram module loading into /etc/modules
[openpandora.oe.git] / recipes / pandora-system / pandora-first-run-wizard / first-run-wizard.sh
index d0c2cc3..a4f1a13 100755 (executable)
@@ -234,8 +234,9 @@ if ! grep -q 'blacklist wl1251_sdio' /etc/modprobe.conf 2> /dev/null; then
   echo 'blacklist wl1251_sdio' >> /etc/modprobe.conf
 fi
 
-# add Midi Module
+# add Midi Module and zram
 echo snd-seq>>/etc/modules
+echo zram>>/etc/modules
 
 # get rid of some dirs in /media that OE creates but are unlikely to be used
 rmdir /media/card /media/cf /media/mmc1 /media/net /media/realroot /media/union 2> /dev/null