X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-first-run-wizard%2Ffirst-run-wizard.sh;h=5b18906a8df7ea13ef9302f3a09752a6207ae316;hp=4cfad91dfd7133da6cf348c3d055f5763e0dcdcd;hb=583b662dd37af10c2b3d587e38f1de8be177de3d;hpb=2b188ceb89d90839a103114646a99791bf6588ba diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 4cfad91..5b18906 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -338,13 +338,11 @@ if ! grep -q 'blacklist rtl8192cu' /etc/modprobe.conf 2> /dev/null; then echo 'blacklist rtl8192cu' >> /etc/modprobe.conf fi -# add Midi module -echo snd-seq > /etc/modutils/snd-seq +# add Midi module - handled in pandora-skel.bb +# echo snd-seq > /etc/modutils/snd-seq # zram doesn't seem to help, disabled # echo zram > /etc/modutils/zram -/usr/sbin/update-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