Skip to content

Add accessibility support based on option flag

David Runge requested to merge issues/77 into master

scripts/run_archiso.sh: Add the -a option flag to add accessibility support on demand for run_archiso.

Not providing the specific braille chardev (hardware?) otherwise blocks running run_archiso with qemu-system-x86_64: -chardev braille,id=brltty: brlapi__openConnection: connect: No such file or directory.

Fixes #77 (closed)

Merge request reports