You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Specifically, it assumes:
31
31
32
32
These steps are performed into a temporary directory. When finished, [hdiutil](https://ss64.com/osx/hdiutil.html) is used to create the ISO image from this temporary tree.
33
33
34
-
IF the script exits for any reason—successful or otherwise—the temporary directory is cleaned.
34
+
If the script exits for any reason—successful or otherwise—the temporary directory is cleaned.
35
35
36
36
## Downloading ESDs
37
37
@@ -41,6 +41,10 @@ There are a few ways you can get an ESD to convert with this tool.
41
41
- Paul Rockwell's [w11arm_esd2iso](https://communities.vmware.com/t5/VMware-Fusion-Documents/w11arm-esd2iso-a-utility-to-create-Windows-11-ARM-ISOs-from/ta-p/2957381) does both downloading and conversion of ARM images in a single shot.
42
42
- Bogdan's [ESD to ISO on macOS](https://gist.github.com/b0gdanw/e36ea84828dbd19e03eff6158f1fc77c) explains how to get and search through the catalog and download manually.
43
43
44
+
## Converting to USB drives
45
+
46
+
You can convert an ISO produced with this tool to a USB drive with [windows-iso-to-usb](https://github.com/mattieb/windows-iso-to-usb).
47
+
44
48
## Licensing
45
49
46
50
While this tool itself is [already licensed to you](./LICENSE.md), Windows itself may require licensing and activation.
0 commit comments