Commit Graph

206 Commits

Author SHA1 Message Date
Jack
36fd9c0ea6 Catalina 10.15.3 workaround URL 2020-02-07 05:35:41 +02:00
Jack
e4caea9ae9 replaced 'mkdir -p' with 'cp -r' 2020-02-05 20:03:57 +02:00
Jack
0ace086a21 using the EFI system partition directory structure of OpenCore 2020-02-05 19:55:31 +02:00
Jack
ca347878ba better check that the VM is powered off 2020-02-04 17:57:36 +02:00
Jack
f0edf53fbc discard suspended state before deleting temporary files 2020-02-04 17:47:16 +02:00
Jack
ac3a9fa686 more output message formatting 2020-02-03 19:25:18 +02:00
Jack
d26eea2082 message formatting 2020-02-03 19:22:06 +02:00
Jack
0ac0f4ba47 -ntfs +msdos 2020-02-03 19:19:38 +02:00
Jack
ed7e529e2c fix other occurences of regex 2020-02-03 18:07:45 +02:00
Jack
93e3e19828 switch to less accurate regex due to improper handling of newlines 2020-02-03 17:35:28 +02:00
Jack
832c161a17 made WSL2 message more explicit 2020-02-03 17:23:29 +02:00
Jack
3e76b46481 prompt for deletion of install vdi which if partitioned cannot be unmounted 2020-02-02 10:04:02 +02:00
Jack
188d14fcbd removed checks from prepare_macos_installation_files 2020-02-02 08:04:21 +02:00
Jack
1414395c77 updated a success message and an error message 2020-02-01 10:47:28 +02:00
Jack
dccaf672b0 incremented version number 2020-01-31 14:18:39 +02:00
Jack
d36132b0a3 if less is installed, suggest "script.sh documentation | less -R" 2020-01-31 14:14:46 +02:00
Jack
4c3db4b3f6 slight wording for the final reboot sequence 2020-01-31 10:43:31 +02:00
Jack
e92563bc4d evaluate "stages" value without newlines for bash 5 compatibility 2020-01-31 10:18:39 +02:00
Jack
35a71eda27 WSL warning for all versions 2020-01-30 18:49:56 +02:00
Jack
d891fd5796 Catalina 10.15.3, split --verbose, "verbose" cat 2020-01-30 01:14:04 +02:00
Jack
e17df50b5c tested with 5.2.36 2020-01-29 13:14:49 +02:00
Jack
f53000c868 incremented version number 2020-01-29 02:46:51 +02:00
Jack
9c27d8569c intendation for clearer if-fi pairing 2020-01-29 02:45:56 +02:00
Jack
d56f6926ea ...wrong fi... 2020-01-29 02:43:41 +02:00
Jack
50176ca7de removed leftover fi 2020-01-29 02:39:52 +02:00
Jack
a320651a5f typos 2020-01-28 19:05:10 +02:00
Jack
840978e184 completely inconsequential change to the temporary files cleanup 2020-01-28 19:03:22 +02:00
Jack
1662f3e5bf if anything fails, stop 2020-01-28 18:58:49 +02:00
Jack
d60d79fc0a copying EFI drivers just in case 2020-01-28 18:56:44 +02:00
Jack
0783988901 better explanation for when to press enter 2020-01-28 18:20:47 +02:00
Jack
f9a4785b60 typo, replaced -a with -s, broken EFI copying command 2020-01-28 18:08:46 +02:00
Jack
bc4e16d39c incremented version number 2020-01-27 14:35:37 +02:00
Jack
177b3601a8 more strings instead of variables 2020-01-27 14:34:21 +02:00
Jack
e7cd4d8a86 incremented version number 2020-01-27 14:23:43 +02:00
Jack
80683beb31 used string instead of variable... 2020-01-27 14:22:04 +02:00
Jack
92f3c05e06 typo in Catalina software update catalog URL 2020-01-27 12:11:01 +02:00
Jack
c96428608a incremented version number 2020-01-27 11:32:17 +02:00
Jack
847823d3c5 changed output messages 2020-01-27 11:30:17 +02:00
Jack
12e856a4ae reverted to working Apple URLs 2020-01-27 11:15:18 +02:00
Jack
016de93402 better error handling; made "declare kscd" global again 2020-01-27 11:05:16 +02:00
Jack
94732237f4 better error handling 2020-01-27 10:52:14 +02:00
Jack
f23037c2e0 moved global variables and functions, reworked cmd-line argument flow 2020-01-27 09:42:52 +02:00
Jack
7698e582b7 added "graphics controller" section to documentation 2020-01-25 22:02:13 +02:00
Jack
d51caa6074 increment version 2020-01-25 21:20:21 +02:00
Jack
4d232e7775 added newline 2020-01-25 21:09:30 +02:00
Jack
13fecd45a7 documentation 2020-01-25 20:45:31 +02:00
Jack
1924198bb1 configure_nvram_parameters doesn't exist any more 2020-01-25 18:30:42 +02:00
Jack
26ba1fb9ac reverted NVRAM from setvar to dmpstore
"there is always a well-known solution to every human problem—neat, plausible, and wrong"
Apparently setvar only works AFTER dmpstore has been used to create the NVRAM entries.
2020-01-25 18:14:05 +02:00
Jack
da5b1a5e20 csr-active-config missing space and wrong guid 2020-01-25 16:32:03 +02:00
Jack
c7c70fe9b3 turns out there's a much easier way to set NVRAM vars
Removed NVRAM binary file creation. This simplifies things greatly.
2020-01-25 15:43:58 +02:00