From 69131b2e3915cadb91d1ec7fe08a9b31f1d926c3 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 9 May 2024 01:00:18 +0100 Subject: [PATCH] chore: drop macos high-sierra; recovery server is no longer available --- README.md | 3 +-- docs/quickemu.1.md | 6 ++---- docs/quickget.1 | 2 +- docs/quickget.1.md | 3 +-- quickemu | 2 +- quickget | 2 +- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f8c52e9..1fb36df 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ Haiku, KolibriOS, OpenIndiana, ReactOS, and more. # Features -- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave & - High Sierra +- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave - **Windows** 10 and 11 including TPM 2.0 - [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu flavours](https://ubuntu.com/download/flavours)** diff --git a/docs/quickemu.1.md b/docs/quickemu.1.md index 1bb2c84..bcd06ab 100644 --- a/docs/quickemu.1.md +++ b/docs/quickemu.1.md @@ -167,8 +167,7 @@ Haiku, KolibriOS, OpenIndiana, ReactOS, and more. # Features -- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave & - High Sierra +- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave - **Windows** 10 and 11 including TPM 2.0 - [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu flavours](https://ubuntu.com/download/flavours)** @@ -503,8 +502,7 @@ quickget macos catalina quickemu --vm macos-catalina.conf ``` -macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey`, -`ventura` and `sonoma` are supported. +macOS `mojave`, `catalina`, `big-sur`, `monterey`, `ventura` and `sonoma` are supported. - Use cursor keys and enter key to select the **macOS Base System** - From **macOS Utilities** diff --git a/docs/quickget.1 b/docs/quickget.1 index 929962b..76552f7 100644 --- a/docs/quickget.1 +++ b/docs/quickget.1 @@ -358,7 +358,7 @@ quickget macos catalina quickemu \-\-vm macos\-catalina.conf .EE .PP -macOS \f[CR]high\-sierra\f[R], \f[CR]mojave\f[R], \f[CR]catalina\f[R], +macOS \f[CR]mojave\f[R], \f[CR]catalina\f[R], \f[CR]big\-sur\f[R], \f[CR]monterey\f[R], \f[CR]ventura\f[R] and \f[CR]sonoma\f[R] are supported. .IP \[bu] 2 diff --git a/docs/quickget.1.md b/docs/quickget.1.md index 4d636c2..d0056e2 100644 --- a/docs/quickget.1.md +++ b/docs/quickget.1.md @@ -262,8 +262,7 @@ quickget macos catalina quickemu --vm macos-catalina.conf ``` -macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey`, -`ventura` and `sonoma` are supported. +macOS `mojave`, `catalina`, `big-sur`, `monterey`, `ventura` and `sonoma` are supported. - Use cursor keys and enter key to select the **macOS Base System** - From **macOS Utilities** diff --git a/quickemu b/quickemu index 55f594e..eb1cc0b 100755 --- a/quickemu +++ b/quickemu @@ -529,7 +529,7 @@ function vm_boot() { # noTSX stops cpuid errors https://duckduckgo.com/?t=ffab&q=CPUID.07H%3AEBX.rtm+%5Bbit+11%5D&ia=web also cited by NickSherlock for Ventura install # Penryn https://github.com/search?q=repo%3Akholia%2FOSX-KVM%20%20GenuineIntel&type=code # https://en.wikipedia.org/wiki/MacOS_version_history#Releases - # quickget current list: high-sierra mojave catalina big-sur monterey ventura sonoma + # quickget current list: mojave catalina big-sur monterey ventura sonoma # A CPU with SSE4.1 support is required for >= macOS Sierra # A CPU with SSE4.2 support is required for >= macOS Catalina # A CPU with AVX2 support is required for >= macOS Ventura diff --git a/quickget b/quickget index e6253cf..4a3ee58 100755 --- a/quickget +++ b/quickget @@ -865,7 +865,7 @@ function releases_lmde() { } function releases_macos() { - echo high-sierra mojave catalina big-sur monterey ventura sonoma + echo mojave catalina big-sur monterey ventura sonoma } function releases_mageia() {