0mhz-net / 0mhz-collection

A curated collection of configurations for individually bootable DOS games for the ao486 core on MiSTer
59 stars 4 forks source link

Archive.org zip archives with VHDs contain wrong ao486 paths #64

Open steve1515 opened 4 months ago

steve1515 commented 4 months ago

The paths in the zip files on archive.org all have lowercase ao486/media, but they should be AO486/media as the lower case version currently being used will not work on a case sensitive file system. In my case for example, my external drive attached to the MiSTer is using ext4, so using the wrong case for the path breaks everything.

Can these be updated to use the proper case for the core?

steve1515 commented 4 months ago

Just a note for anyone wanting to get things working before this issue is fixed...

In order to make this work for now, I had to make a temporary symlink from ao486 to AO486 to get things to work properly.

ln -s AO486 ao486 from within the /media/usb0/games directory.