Skip to content

Instantly share code, notes, and snippets.

View tedneward's full-sized avatar

Ted Neward tedneward

View GitHub Profile
@tedneward
tedneward / macos-installer-to-iso.sh
Created June 2, 2020 01:12 — forked from esutton/macos-installer-to-iso.sh
Create macOS Catalina Bootable ISO Image
#!/bin/sh
#
# File: macos-installer-to-iso.sh
#
# Create a bootable ISO image from a macOS installer to install VMware ESXi guests.
#
# https://gist.github.com/Kutkovsky/613e29f35d3ef420b23b59ecdf7a28e0
# Debug on: set -x
set -eux