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

[TOOLS] Enable Big Sur support. #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[TOOLS] Enable Big Sur support. #369

wants to merge 1 commit into from

Conversation

simmonsjru-sobo
Copy link

@simmonsjru-sobo
Copy link
Author

iw7.pdf

started on this and decided to share

@simmonsjru-sobo
Copy link
Author

#291 #368

@simmonsjru-sobo
Copy link
Author

@foxlet

@@ -66,6 +66,12 @@ def parse_plist(catalog_data):
class SoftwareService:
# macOS 10.15 is available in 4 different catalogs from SoftwareScan
catalogs = {
"10.16": {
"CustomerSeed":"https://swscan.apple.com/content/catalogs/others/index-10.16customerseed-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

"$TOOLS/FetchMacOS/fetch.sh" -v 10.14 -k BaseSystem || exit 1;
;;
-b|--big-sur)
"$TOOLS/FetchMacOS/fetch.sh" -v 10.16 -c DeveloperSeed -p 001-18401-003 || exit 1;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that using a DeveloperSeed is a good idea now that Big Sur is officially available.

@@ -66,6 +66,12 @@ def parse_plist(catalog_data):
class SoftwareService:
# macOS 10.15 is available in 4 different catalogs from SoftwareScan
catalogs = {
"10.16": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"11"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`h```

@ayr-ton
Copy link

ayr-ton commented Dec 11, 2020

Has anyone tested this branch?

@erichowey
Copy link

eric@beast:~/macOS-Simple-KVM$ ./jumpstart.sh --big-sur
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.22.0)
Requirement already satisfied: click in /home/eric/.local/lib/python3.8/site-packages (from -r requirements.txt (line 2)) (7.1.2)
2021-01-04 10:43:39,538 Network Request: Fetching https://swscan.apple.com/content/catalogs/others/index-10.16seed-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
Product ID 001-18401-003 could not be found.

My error as of today on this branch.

@Umeaboy
Copy link

Umeaboy commented Jan 11, 2021

No fix ready?

@Flooooooooooorian
Copy link

I can't find a ospackage in any given catalogs, none of the os packages, meets the meta version 10.16/11 requirement

@ibnesayeed
Copy link

Any progress on this one?

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

10 participants