From 1e63ca8fde38eed2b50ed9655001c138a114df8b Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 2 Jul 2026 06:40:00 +0300 Subject: [PATCH] docs: add Ventoy attribution and maintainers section to README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc2f8e2..739c184 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # hiperiso -A hypervisor-based ISO boot tool with full bootlogging. It +A hypervisor-based ISO boot tool with full bootlogging — based on +[Ventoy](https://github.com/ventoy/Ventoy) by longpanda. It boots ISOs inside a **KVM + QEMU** virtual machine and captures the entire boot (serial console, disk I/O, PCI/port I/O traces). The guest OS runs completely unmodified. @@ -404,4 +405,24 @@ hiperiso/ ├── config/ # hiperiso.json.example + per-ISO overrides ├── Makefile └── INTERFACES.sh # single source of truth for all interfaces + +## Maintainers + +hiperiso is part of the **RedBear OS** ecosystem. Maintainers are sought for: + +- **hiperiso** (this subproject) — kernel/QEMU/OVMF integration, GRUB2 module, + logging tool, installer. +- **RedBear OS** — the broader distribution that hiperiso installs on USB. + +Contact: (vasilito) + +Project homepage: + +## Credits + +hiperiso is built upon [Ventoy](https://github.com/ventoy/Ventoy), the +excellent multiboot USB tool by **longpanda**. The hiperiso GRUB2 +module, partition layout, and EFI installer shell scripts reuse the +Ventoy architecture. All boot payloads (kernel + initramfs + QEMU + +OVMF + serial/PCI/port tracing) are hiperiso original work. ```