Show
Ignore:
Timestamp:
09/05/08 11:09:14 (4 months ago)
Author:
mariodebian
Message:

initramfs-tools-tcos (0.89.6)

  • xmlrpc/sh/rtp-controller.sh, hooks-addons/21pulseaudio:
    • Copy and create links of sox libs
    • Copy libasound2-plugins of pulseaudio and create /etc/asound.conf
  • bin/tcos-buildchroot:
    • Add libasound2-plugins to base packages
  • bin/configurexorg:
    • touch mysettings.conf (newer tftp don't create if no exists)
  • debian/control:
    • Add libsox-fmt-all and libasound2-plugins to tcos-core Depends
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/initramfs-tools-tcos/bin/configurexorg

    r774 r955  
    5555  debug "downloading file /tcos/conf/${MYIP}.conf" 
    5656  download_file /tcos/conf/${MYIP}.conf /conf/mysettings.conf 
     57  # new versions of tftp don't create file 
     58  touch /conf/mysettings.conf 
    5759  . /conf/mysettings.conf 
    5860}