omap3-pandora-kernel2: update
[openpandora.oe.git] / recipes / pandora-system / pandora-first-run-wizard / first-run-wizard.sh
index 4cfad91..828b53d 100755 (executable)
@@ -127,7 +127,7 @@ done
 
 
 echo $hostname > /etc/hostname
-hostname =$(sed 's/ /_/g' /etc/hostname)
+hostname=$(sed 's/ /_/g' /etc/hostname)
 echo $hostname > /etc/hostname
 echo "127.0.0.1 localhost.localdomain localhost $hostname" > /etc/hosts
 hostname -F /etc/hostname
@@ -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