mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-10-31 00:07:40 +08:00
Hard fail, of course, on libguestfs build errors
This commit is contained in:
parent
1d8682403f
commit
50c87a4bac
@ -267,7 +267,7 @@ RUN ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
|
||||
--mac-address "${STOCK_MAC_ADDRESS}" \
|
||||
--width "${STOCK_WIDTH}" \
|
||||
--height "${STOCK_HEIGHT}" \
|
||||
--output-bootdisk "${STOCK_BOOTDISK}"
|
||||
--output-bootdisk "${STOCK_BOOTDISK}" || exit 1
|
||||
|
||||
RUN ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
|
||||
--master-plist-url="${STOCK_MASTER_PLIST_URL_NOPICKER}" \
|
||||
@ -278,7 +278,7 @@ RUN ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
|
||||
--mac-address "${STOCK_MAC_ADDRESS}" \
|
||||
--width "${STOCK_WIDTH}" \
|
||||
--height "${STOCK_HEIGHT}" \
|
||||
--output-bootdisk "${STOCK_BOOTDISK_NOPICKER}"
|
||||
--output-bootdisk "${STOCK_BOOTDISK_NOPICKER}" || exit 1
|
||||
|
||||
### symlink the old directory as upstream has renamed a directory. Symlinking purely for backwards compatability!
|
||||
RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
|
||||
|
Loading…
Reference in New Issue
Block a user