Add Tiny11 pattern match to windows cfg#82
Open
NicholasFlamy wants to merge 2 commits into
Open
Conversation
|
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 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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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