royalgraphx / DarwinKVM

An advanced guide to run Mac OS / OS X / macOS on QEMU/KVM with libvirtd/Virt-Manager. Includes various write-ups for deep customization.
https://docs.darwinkvm.com/
BSD 3-Clause "New" or "Revised" License
81 stars 16 forks source link

Update DarwinPPC Template scripts #17

Open queenkjuul opened 1 month ago

queenkjuul commented 1 month ago

Fix incorrect path in error printout

I spent half an hour losing my mind as to why Bash would tell me a file did not exist that absolutely did exist, and had proper permissions, only to realize that the script was failing to find the HDD image, but telling me it was failing to find the CD image.

queenkjuul commented 4 weeks ago

Actually, this correction needs to be made for all of the PPC Template scripts

queenkjuul commented 4 weeks ago

I'm also proposing the template scripts accept an hdd_path override argument, as I use qcow2 thus the scripts all required modification from me to use anyway

queenkjuul commented 4 weeks ago

nevermind, you need to set the image type in the disk arguments as well, so scrapped that idea.