Re: Elementary question
Philippe Delavalade <[email protected]> Fri, 7 Nov 2014 18:36:41 +0100
| Newsgroups | gmane.linux.slackware |
|---|---|
| Message-ID | <[email protected]> |
Hi Didier. Didier Spaier mercredi 05 novembre à 22:40 > On 05/11/2014 18:43, Philippe Delavalade wrote: > > > IMHO, the best improvement should be to integrate brltty and a boot > command > > to make it work. This is the case with some distributions as debian or > > grml. It was the case with the livecd of LFS 6.3 a long time ago... > > I just installed brltty and had a quick look. > > Assuming that you are speaking about the installer, that would mean install > brltty in the initrd and slightly modify the rc.S initialization script > so that: > - the brltty daemon be loaded just before the user logs in > - remove the few input expected from the user before that in the boot > sequence (no big deal, just optional change of the kernel keymap) I think it's that. > I'll try that and see what I come up with, then send you a link to a > modified installer so you can test it. No hurry :-), I'm in a place where bandwidth is very small ; I 'll be in Paris in two weeks and their, I'll have a good bandwidth. > I will need to include a test configuration. Could you please send me the > file /etc/brltty.conf that you are currently using? yes ; just three lines : braille-driver pm # my driver is a Papenmeier braille-device usb: # First USB device matching braille driver text-table fr_FR # French (France) > The installer would also need to be modified to install brltty in the > target system as this is not the case of the default Slackware installer, > that ships brltty in /extra (optional packages). and maybe include a > basic configuration. Yes, but no idea about this basic configuration. > Could you send me links to other distributions' installers that already do > that, like those of debian or grml? I could try them in a virtual machine. 1. ftp://ftp.osuosl.org/pub/lfs-livecd/lfslivecd-x86-6.3-r2130.iso This one is old but it was explain how to customize the iso so that is boots without doing nothing and have is own configuration. Overwise, the user has to type a boot command after the beep ; this command is of the form : linux brltty=code_of_the_braille_driver,devie,code_of_the_braille This must be done using an english keymap (the default but it is not so hard). 2. http://download.grml.org/grml64-full_2014.03.iso If I remember correctly, after the beep of the boot, the command to give is sothing like : grml brltty=code_of_the_braille_driver,devie,code_of_the_braille As for the LFS, it is explain how to customize the ISO for a USB stick 3. http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso For this one, I don't know if it is customable and the command after the beep is simply brltty=code_of_the_braille_driver,devie,code_of_the_braille I hope thisis really correct because I didn't instal a distro recently. > > Another idea should be to customize lthe iso but is it possible and more, > I > > think I cann't do this by myself, I should need help. > > I am eager to help you on that. If my attempt is successful (see above), > I could send you a script that modify the genuine Slackware installer > to make it "Braille friendly", and after debugging this script could be > made available to other potential users. Bright :-) I'll enjoy testing this script. > > And does slackware works with gpt partitions ? > > Yes it does, at least the current stable version slackware 14.1. The > 64-bit edition can also be installed on machines with an UEFI firmware. Nice. I had some doubt about this. Many thanks. -- Ph. Delavalade