aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2020-10-06 17:12:45 +0000
committersickcodes <[email protected]>2020-10-06 17:12:45 +0000
commit81682df5febf936cbadd889b8ec46c73b8d1466e (patch)
tree90539aff9cfc293f42780a29dbfaccc77acbfff5 /README.md
parentDocumentation tidy (diff)
downloaddocker-osx-81682df5febf936cbadd889b8ec46c73b8d1466e.tar.xz
docker-osx-81682df5febf936cbadd889b8ec46c73b8d1466e.zip
[QOL] Launch without having to press anything at the boot menu (see readme)
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4835944..2a9701d 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,23 @@ ssh fullname@localhost -p 50922
```
+# Autoboot into OSX after you've installed everything
+
+```bash
+# find you containerID
+docker ps
+
+# move the no picker script on top of the Launch script
+# NEW CONTAINERS
+docker exec containerID mv ./Launch-nopicker.sh ./Launch.sh
+
+# LEGACY CONTAINERS
+docker exec containerID bash -c "grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh
+chmod +x ./Launch-nopicker.sh
+sed -i -e s/OpenCore\.qcow2/OpenCore\-nopicker\.qcow2/ ./Launch-nopicker.sh
+"
+```
+
# Requirements: KVM on the host
Need to turn on hardware virtualization in your BIOS, very easy to do.