Skip to content

Add Tiny11 pattern match to windows cfg#82

Open
NicholasFlamy wants to merge 2 commits into
Mexit:masterfrom
NicholasFlamy:tiny11
Open

Add Tiny11 pattern match to windows cfg#82
NicholasFlamy wants to merge 2 commits into
Mexit:masterfrom
NicholasFlamy:tiny11

Conversation

@NicholasFlamy

@NicholasFlamy NicholasFlamy commented Jul 17, 2026

Copy link
Copy Markdown

I added pattern matching for Tiny11 to the windows cfg file and tested it. I have to look at the other cfg files to get their multiple pattern matching logic.

Resolves #81

@Elec3137

Copy link
Copy Markdown

It would be nice if it also matched the isos built on https://sourceforge.net/projects/tiny-11-releases (see example below), which saves some bandwidth and makes things easier (I personally used it since I wasn't sure how to use tiny11builder from linux)

I tested a similar modification with Tiny11-25H2-English-Home-2026-07-05.iso and it did work; it may be worth adding to the list of supported OSes as well:

diff --git a/docs/Supported_OS.md b/docs/Supported_OS.md
index f274935..df6122f 100644
--- a/docs/Supported_OS.md
+++ b/docs/Supported_OS.md
@@ -87,6 +87,7 @@ Below is just a list of tested and working systems. The actual number of support
 | [VOYAGER](https://voyagerlive.org) | [Voyager-12.5-debian-amd64.iso](https://downloads.sourceforge.net/voyagerlive/Voyager-12.5-debian-amd64.iso) | no | yes | yes | Debian |
 | [Windows](https://www.microsoft.com/software-download) | Win10_22H2_English_x64v1.iso | yes | [no](../config/windows) | no | Microsoft |
 |  | Win11_23H2_English_x64v2.iso | yes | [no](../config/windows) | no | Microsoft |
+| [Tiny11](https://sourceforge.net/projects/tiny-11-releases/) | Tiny11-25H2-English-Home-2026-07-05.iso | yes | [no](../config/windows) | no | - |
 | [Xubuntu](https://xubuntu.org) | [xubuntu-24.04-desktop-amd64.iso](https://cdimage.ubuntu.com/xubuntu/releases/24.04/release/xubuntu-24.04-desktop-amd64.iso) | no | yes | yes | Canonical |
 | [Zentyal](https://zentyal.com) | [zentyal-8.0-development-amd64.iso](http://download.zentyal.com/zentyal-8.0-development-amd64.iso) | no | yes | yes | Canonical |
 | [Zorin OS](https://zorinos.com) | [Zorin-OS-17.1-Core-64-bit.iso](https://mirrors.edge.kernel.org/zorinos-isos/17/Zorin-OS-17.1-Core-64-bit.iso) | no | yes | yes | Canonical |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tiny11 ISOs not matched by windows ISO config file

2 participants