mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Shift supermin environment variables earlier
This commit is contained in:
parent
9a8239f8ec
commit
ae32ff2cb4
1 changed files with 3 additions and 0 deletions
|
@ -220,6 +220,9 @@ RUN 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
|
||||
|
||||
USER arch
|
||||
|
||||
ENV USER arch
|
||||
|
||||
# 5.13 problem
|
||||
ENV SUPERMIN_KERNEL=/boot/vmlinuz-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue