[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: speakup enabled d-i?



Hello,

Christian Perrier, le Wed 10 Sep 2008 06:39:41 +0200, a écrit :
> I'm personnally not completely sure about the status of this work, so
> I prefer leaving others to answer.

The script part is integrated, what is left is just to add the kernel
modules to the initrd, the question was "which archs and which targets?"
For instance, the patch below adds it to x86 cdrom, hd-media and netboot
targets.

Samuel

Index: build/boot/x86/f8.txt
===================================================================
--- build/boot/x86/f8.txt	(révision 55712)
+++ build/boot/x86/f8.txt	(copie de travail)
@@ -12,6 +12,7 @@
 Force static network config             0fnetcfg/disable_dhcp=true07
 Set keyboard map                        0fbootkbd=es07
 Use Braille tty                         0fbrltty=driver,device,texttable07
+Use Speakup                             0fspeakup.synth=driver07
 Use high contrast accessibility theme   0ftheme=dark07
 Select the kde or xfce desktops         0fdesktop=kde07
 
Index: build/pkg-lists/cdrom/i386.cfg
===================================================================
--- build/pkg-lists/cdrom/i386.cfg	(révision 55712)
+++ build/pkg-lists/cdrom/i386.cfg	(copie de travail)
@@ -22,3 +22,4 @@
 scsi-common-modules-${kernel:Version}
 
 acpi-modules-${kernel:Version}
+speakup-modules-${kernel:Version} ?
Index: build/pkg-lists/hd-media/i386.cfg
===================================================================
--- build/pkg-lists/hd-media/i386.cfg	(révision 55712)
+++ build/pkg-lists/hd-media/i386.cfg	(copie de travail)
@@ -29,3 +29,4 @@
 loop-modules-${kernel:Version}
 
 acpi-modules-${kernel:Version}
+speakup-modules-${kernel:Version} ?
Index: build/pkg-lists/netboot/i386.cfg
===================================================================
--- build/pkg-lists/netboot/i386.cfg	(révision 55712)
+++ build/pkg-lists/netboot/i386.cfg	(copie de travail)
@@ -40,3 +40,4 @@
 brltty-udeb
 serial-modules-${kernel:Version}
 usb-serial-modules-${kernel:Version} ?
+speakup-modules-${kernel:Version} ?


Reply to: