Some fixes and cleanup of Fremantle easy-chroot scripts
[easy-deb-chroot] / fremantle / easy-chroot / src / sbin / qchroot
index 8ae0c5e..2143465 100755 (executable)
@@ -67,9 +67,12 @@ if [ "$MOUNTSUCCESS" = "0" ] ; then
   #Make DBus work
   mount -o bind /var/run/dbus "$CHROOT/var/run/dbus"
 
+  #Make DBus work
+  mount -o bind /var/run/pulse "$CHROOT/var/run/pulse"
+
   #Speed hacks: lower the priority of processes
   #renice 0 `pidof mmcqd`
-  #renice 20 `pidof metalayer-crawler`
+  #renice 20 `pidof trackerd`
 
   # Sync the chroot if requested...
   if [ -f /home/user/.synchroot ] ; then