Changeset 255

Show
Ignore:
Timestamp:
09/20/07 23:59:53 (15 months ago)
Author:
free
Message:

* Run depmod after the installation
* Explicetely install alsa-modules

Location:
mediastation/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/debian/changelog

    r175 r255  
    1 mediastation (0.9.0~pre8) unstable; urgency=low 
     1mediastation (0.9.0~pre9) unstable; urgency=low 
    22 
    33  * Fixed legacy font path in xorg.conf 
     
    77  * Added xserver-xorg-video-siliconmotion 
    88  * Removed midiseq, now integrated in mediastation-bin 
    9   * Run depmod after the installation   
     9  * Run depmod after the installation 
     10  * Explicetely install alsa-modules 
    1011 
    1112 -- Free Ekanayaka <freee@debian.org>  Wed, 23 May 2007 11:23:43 +0200 
  • mediastation/trunk/tasksel-data/mediastation-tasks.desc

    r173 r255  
    177177 initramfs-tools 
    178178 linux-image-2.6.17-2-multimedia-486 
     179 alsa-modules-2.6.17-2-multimedia-486 
    179180 nvidia-kernel-legacy-96xx-2.6.17-2-multimedia-486 
    180181 touchkit-modules-2.6.17-2-multimedia-486 
  • mediastation/trunk/utils/mediastation-config

    r175 r255  
    6767depmod 2.6.17-2-multimedia-486 
    6868 
     69# HACK: fix jack 
     70sed -i -e 's/50000/4999/g' /etc/init.d/mediastation-bin 
     71 
    6972# If network is available, run apt-get update 
    7073if route -n | grep -q ^0.0.0.0; then