Commit Graph

258 Commits

Author SHA1 Message Date
Jack
930bb90901 reverted to binary NVRAM file method 2020-01-25 18:17:44 +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
47aae90046 Update README.md 2020-01-25 16:19:42 +02:00
Jack
9837a67b09 version 0.81.0 2020-01-25 16:04:23 +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
Jack
41c25d758c cleaned up the function generate_nvram_bin_file 2020-01-25 10:56:39 +02:00
Jack
0a055e7791 fun with escaped doube-quote marks for filenames with spaces 2020-01-25 03:40:17 +02:00
Jack
fa7902ae09 if-ed out a fix that's not an issue in VBox 6.1 2020-01-25 02:41:40 +02:00
Jack
569ffa963a fixed cp command that was broken on VBox 5.1 2020-01-25 02:31:47 +02:00
Jack
2a4845b706 fixed broken app_path detection 2020-01-25 02:12:19 +02:00
Jack
08f356f252 clear_input_buffer_then_read
shouldn't be a huge problem now
2020-01-25 02:02:53 +02:00
Jack
ef8d2abdac version 0.80.0, now with full NVRAM support 2020-01-25 00:25:43 +02:00
Jack
245f532572 version 0.80.0 2020-01-25 00:09:12 +02:00
Jack
68c9fb7f76 upped Bash version requirement to 4.3
upped Bash version requirement to 4.3 due to buggy associative array implementation (see [issue 147](https://github.com/myspaghetti/macos-guest-virtualbox/issues/147))
v0.78.1
2020-01-13 23:36:14 +02:00
Jack
52608614e8 raising Bash version requirement to 4.3
Bash 4.1 and 4.2 have a buggy implementation of associative array and require escaping where they shouldn't
2020-01-13 23:25:46 +02:00
Jack
1293dd6d4b incrementing version number 2020-01-13 09:49:52 +02:00
Jack
895ba2f435 single-quote breaks printf command 2020-01-13 09:48:33 +02:00
Jack
d218b3e674 Update README.md 2020-01-12 13:20:17 +02:00
Jack
1c9fee0b15 set default target disk image size to 80GB 2020-01-12 13:18:23 +02:00
Jack
6960e553d9 added gexpr to gnu g-prefixed binaries 2020-01-10 05:25:52 +02:00
Jack
f684e82240 missing space after gsplit 2020-01-09 19:31:02 +02:00
Jack
0f0615250d earlier execution of gnu coreutils prefix check 2020-01-09 11:26:06 +02:00
Jack
5e46bf03d5 added g-prefixed to another GNU coreutils binary 2020-01-09 11:11:13 +02:00
Jack
9268d9c70b added g prefix for MacPorts GNU coreutils 2020-01-09 10:31:18 +02:00
Jack
f81696c54e Merge pull request #143 from RICCIARDI-Adrien/master
Made script file executable.
2020-01-09 10:17:35 +02:00
RICCIARDI-Adrien
68834516d3 Made script file executable. 2020-01-09 09:03:00 +01:00
Jack
67a66cca81 line breaks for messages that went over 80 columns
printf doesn't append a newline by default
2019-12-19 19:42:09 +02:00
Jack
a3c3dfc453 clarifying that there is a prompt before deletion 2019-12-19 18:10:46 +02:00
Jack
c2891c0d16 changing the printf formatting for no good reason 2019-12-17 19:49:32 +02:00
Jack
8b00a66a02 typo 2019-12-17 18:47:03 +02:00
Jack
cae330379e VirtualBox 6.1 doesn't need 3rd party APFS drivers 2019-12-17 16:28:16 +02:00
Jack
f409317444 Update README.md 2019-12-13 01:58:46 +02:00
Jack
a557415499 Catalina 10.15.2 and VirtualBox 6.1 2019-12-13 01:56:55 +02:00
Jack
9f33000fb8 warning that VBox 6.1 NVRAM doesn't work 2019-12-13 01:38:33 +02:00
Jack
a7bdbf320a removed Catalina workaround; currently doesn't work 2019-12-12 00:15:01 +02:00
Jack
26ef1c5da4 Catalina temporarily not supported 2019-12-12 00:11:48 +02:00
Jack
9b00b0240e emergency workaround for Catalina 10.15.2
Avoid the latest version of Catalina (10.15.2.0.0.1575534587), use older version instead (10.15.1.0.0.1573248873)
2019-12-11 16:13:05 +02:00
Jack
bf6bf77ad1 WSL2 2019-12-03 08:34:06 +02:00
Jack
97a848a8fd warning about default macOS /bin/bash version 2019-11-26 18:20:34 +02:00
Jack
824e9bbbb9 Update README.md 2019-11-15 02:33:07 +02:00
Jack
89884c6264 clarifying that importing to QEMU is out-of-scope 2019-11-15 02:32:20 +02:00
Jack
96292ae174 slight phrasing change to comment 2019-11-13 01:56:04 +02:00
Jack
dbd4fd880f Update README.md 2019-11-12 11:09:08 +02:00
Jack
c878f05790 minor terminal output message changes 2019-10-22 09:46:24 +03:00
Jack
0642d90ac7 startup.nsh compatible with VirtualBox 6.0.14
VirtualBox version 6.0.14 aborts efi scripts on failure, apparently.
2019-10-19 19:05:49 +03:00
Jack
3e2cc4c75e reverting startup.nsh changes until bug is fixed 2019-10-19 18:29:59 +03:00
Jack
7bde335163 try to boot updates before trying to boot macOS 2019-10-16 14:26:51 +03:00
Jack
e3e9593202 Catalina released 2019-10-08 15:11:59 +03:00
Jack
961b4e9ad5 WSL warning 2019-09-22 21:23:01 +03:00