Well, I'm struggling a bit here. I believe it'll work, I just assume I'm doing something utterly wrong.
I mounted the AOS4 CD in Linux and copied all the files to a directory. I then proceeded to mount the AmigaMini.iso (moana files), and copied those files over the AOS4 files.
After mkisofs and cdrecord, I'm trying to boot the CD on my mini, but without luck.
I'll admit it right now, I've barely touched OF before, so bear with me.
0> setenv boota-device cd:
0> boot cd:\\slb
That didn't work, because the slb file is in the L/ directory. So I copied the L/slb* to / on the CD and tried again.
0> setenv boota-device cd:
0> boot cd:\\slb
Still the same. However, if I settle with one backslash (cd:\slb) it starts loading slb, but is unable to continue because it cannot find anything else on the CD.
Trying to open full name cd:\\kickstart\kicklayout, scan handle at 220100a0, devalias cd:\
Loaded size is 0
Couldn't find kicklayout file on CD
No config files found in any supported media/device!
:-/
Any pointers? Anyone?