mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Where is OpenCore-Boot.sh? #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @machineonamission on GitHub (Jun 12, 2020).
This comment says it's in
/home/user/OSX-KVM/OpenCore-Boot.shbut there isn't even aOSX-KVMdirectory in my home dir. I'm trying to edit it to add a usb device.@sickcodes commented on GitHub (Jun 13, 2020):
It’s inside the docker container.
You can physically edit that file by running the container with /bin/bash and then editing it manually.
I should add vim and nano in the next version but you can install once you’re inside using
sudo pacman -syu vim nano@sickcodes commented on GitHub (Jun 14, 2020):
You can also find it in /var/lib/docker.... if you want to edit it outside of the machine.
Make sure the container is off when you edit that file in var lib, it bugs out otherwise.
You can edit it the normal way popping a shell in the container and editing the file.