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

Create legacy ISOs on apple silicon #166

Merged
merged 10 commits into from
Jun 11, 2024
Merged

Conversation

ninxsoft
Copy link
Owner

Fixes #163

@ninxsoft ninxsoft merged commit b69c006 into main Jun 11, 2024
3 checks passed
arguments = ["\(installer.temporaryInstallerWithAdHocCodeSignaturesURL.path)/Contents/Resources/createinstallmedia"]
}

arguments += ["--volume", installer.temporaryISOMountPointURL.path, "--nointeraction"]
Copy link

Choose a reason for hiding this comment

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

@ninxsoft I believe this broke bootableinstaller.

I think it's supposed to be:

Suggested change
arguments += ["--volume", installer.temporaryISOMountPointURL.path, "--nointeraction"]
arguments += ["--volume", volume, "--nointeraction"]

@ninxsoft ninxsoft deleted the feature-iso-from-apple-silicon branch July 5, 2024 04:37
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.

Create installer for Intel mac from Apple silicon
2 participants