index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-29 | Add accessibility support based on option flag | David Runge | |
scripts/run_archiso.sh: Add the `-a` option flag to add accessibility support on demand for `run_archiso`. Add accessibility specific options to qemu in `run_image()`. 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 | |||
2020-10-25 | run_archiso: fixup !86 | Alexander Epaneshnikov | |
forgot to enable USB support. | |||
2020-10-24 | run_archiso: add braille support | Alexander Epaneshnikov | |
necessary for testing brltty in archiso | |||
2020-10-10 | add sound support in run_archiso.sh | Alexander Epaneshnikov | |
also included serial output on stdio it helps in debugging without sight. | |||
2020-08-18 | scripts/run_archiso.sh: support booting the image as a hard disk or an ↵ | nl6720 | |
optical disc Use virtio-scsi to attach the image. virtio-blk (if=virtio) is inconsistent about the used media type. | |||
2020-08-18 | scripts/run_archiso.sh: disable PXE ROM | nl6720 | |
ISO testing doesn't require the emulated firmware's PXE stack. For UEFI, it only disable iPXE in favor of EDK II network stack. https://github.com/tianocore/tianocore.github.io/wiki/EDKII-Network-Over-QEMU#verification-result | |||
2020-08-18 | scripts/run_archiso.sh: don't duplicate qemu commands for each boot mode | nl6720 | |
Various bash script improvements. | |||
2020-07-10 | Adding script to run archiso in qemu | David Runge | |
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 |