Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added --big-sur to README.md in "Step 1" #418

Open
wants to merge 1 commit into
base: big-sur
Choose a base branch
from

Conversation

hanez
Copy link

@hanez hanez commented Feb 25, 2021

No description provided.

@flying7eleven
Copy link

flying7eleven commented Mar 2, 2021

I think you are missing the changes in jumpstart.sh:

diff --git a/jumpstart.sh b/jumpstart.sh
index 1b8756e..e2a4397 100755
--- a/jumpstart.sh
+++ b/jumpstart.sh
@@ -12,6 +12,7 @@ print_usage() {
     echo " -s, --high-sierra   Fetch High Sierra media."
     echo " -m, --mojave        Fetch Mojave media."
     echo " -c, --catalina      Fetch Catalina media."
+    echo " -b, --big-sur       Fetch Big Sur media."
     echo
 }
 
@@ -34,6 +35,9 @@ case $argument in
     -c|--catalina|*)
         "$TOOLS/FetchMacOS/fetch.sh" -v 10.15 || exit 1;
         ;;
+    -b|--big-sur|*)
+        "$TOOLS/FetchMacOS/fetch.sh" -v 10.16 || exit 1;
+        ;;
 esac
 
 "$TOOLS/dmg2img" "$TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg" "$PWD/BaseSystem.img"

Maybe you forgot to add those changes to your commit? But even then I think there are some parts missing. Haven't looked into it so far.

@iamchriswick
Copy link

Big Sur product-id 001-86606 doesn't work anymore. Instead use 071-05432.

@aaronfranke
Copy link

@flying7eleven Are there also changes to tools/FetchMacOS/fetch-macos.py that are needed? It only seems to include 10.13, 10.14, and 10.15. If so, I think there will also need to be new URL(s) added to the catalogs dictionary.

@holgersson32644
Copy link

@flying7eleven: You actually defined two defaults, so the first and old one (catalina) is (probably) still used. You should drop the asterisk there.

In general you're right, adding big sur to the readme doesn't change any functionality..

@notAperson535
Copy link

Big sur fetching doesn't actually work, instead use my fork: https://notaperson535.github.io/OneClick-macOS-Simple-KVM/

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.

None yet

6 participants