-
Notifications
You must be signed in to change notification settings - Fork 249
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
Add High Sierra support to prepare_iso.sh #97
Add High Sierra support to prepare_iso.sh #97
Conversation
For what it's worth I used this PR yesterday to build an iso with High Sierra 👍 . Might be nice to verify against an older OS version. |
@americanhanko Do I get it right that this is just "make this script understand the changes in the High Sierra" installer but outputs a non-bootable iso, because of the signing mess? |
If yes, I just got a little excited. Thanks for you work anyways. Would like to see this merged |
Following the test performed. ** prepare_iso = Worked OK
** Using packer to build the image: ( errors were found in the template )
After change the relative's paths to the places where the scripts are it is working, however, it stops in the ssh script.
|
Hi everyone! |
Same issue here with 10.14.2. No Idea how to fix this. I played with the USB -> xhci and the mouse to be USB. |
@timsutton @americanhanko @tzeejay any updates on this PR? I am glad to help and review or make some PRs! think this is also a necessary patch in order to support Mojave as well (#99) Can confirm that I am running into the same issue of waiting for SSH that @camilamacedo86 ran into, looking at the code to think about why that could be. Maybe the |
Starting with 10.14/Mojave BaseSystem.dmg mounts as /Volumes/macOS Base System rather than /Volumes/OS X Base System |
This PR
prepare_iso.sh
Why