Changeset 2087

Show
Ignore:
Timestamp:
09/30/07 05:35:44 (1 year ago)
Author:
alexander
Message:

Moved the localnet script to S11, because speech-dispatcher needs the "lo"
interface.

Added bootscripts that enable speakup when the user appends the
speakup.synth=XXX parameter to the kernel command line.

Debugging can be done with XXX=dummy (the output will be sent to ttyS0)
or XXX=soft (the CD will speak through the first sound card).

TODO: document this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/lfs-bootscripts/lfs-bootscripts-livecd-1.patch

    r2079 r2087  
    104104+       ln -sf ../init.d/setclock    ${EXTDIR}/rc.d/rcsysinit.d/S60setclock 
    105105+       ln -sf ../init.d/console     ${EXTDIR}/rc.d/rcsysinit.d/S70console 
    106 +       ln -sf ../init.d/localnet    ${EXTDIR}/rc.d/rcsysinit.d/S80localnet 
     106+       ln -sf ../init.d/localnet    ${EXTDIR}/rc.d/rcsysinit.d/S11localnet 
    107107+       if [ ! -f ${EXTDIR}/sysconfig/rc          ]; then install -m ${CONFMODE} lfs/sysconfig/rc          ${EXTDIR}/sysconfig/; fi 
    108108+       install                   -m ${MODE} lfs/sysconfig/network-devices/ifup   ${EXTDIR}/sysconfig/network-devices/ 
  • trunk/packages/livecd-bootscripts/Makefile

    r1718 r2087  
    44# Targets 
    55 
    6 SCRIPTS= clkconf langconf brltty brltty-restart 
     6SCRIPTS= clkconf langconf brltty brltty-restart speakup speakup-restart 
    77DATA= font.dat font-errors.dat lang.dat 
    88 
     
    2222        install -m754 $(SCRIPTS) /etc/rc.d/init.d 
    2323        install -m644 $(DATA) /etc/langconf 
    24         ln -sf ../init.d/brltty /etc/rc.d/rcsysinit.d/S11brltty 
     24        ln -sf ../init.d/brltty /etc/rc.d/rcsysinit.d/S12brltty 
     25        ln -sf ../init.d/speakup /etc/rc.d/rcsysinit.d/S12speakup 
    2526        ln -sf ../init.d/clkconf /etc/rc.d/rcsysinit.d/S59clkconf 
    2627        ln -sf ../init.d/langconf /etc/rc.d/rcsysinit.d/S69langconf 
    2728        # brltty has to be restarted in order to see the font change 
     29        # and speakup has to react to the language change 
    2830        ln -sf ../init.d/brltty-restart /etc/rc.d/rcsysinit.d/S71brltty-restart 
     31        ln -sf ../init.d/speakup-restart /etc/rc.d/rcsysinit.d/S71speakup-restart 
    2932 
    3033clean: