Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
    • David Runge's avatar
      Add accessibility support based on option flag · 7238cca9
      David Runge authored
      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
      7238cca9
  2. Oct 24, 2020
  3. Oct 10, 2020
  4. Aug 18, 2020
  5. Jul 10, 2020
    • David Runge's avatar
      Adding script to run archiso in qemu · d835419b
      David Runge authored
      scripts/run_archiso.sh:
      A script to run a built archiso image using qemu.
      It can run the image on an emulated BIOS (using seabios) or UEFI (using edk2-ovmf) system.
      
      .gitlab-ci.yml:
      Adding scripts/run_archiso.sh to shellcheck call.
      
      Closes #28
      d835419b
Loading