index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |