Quote:
I'm guessing Slackintosh is another linux and nothing to do with MacOS or Mac applications. What's involved in getting it installed on an Efika?
Does anyone else think the Efika would benefit from a 'LiveStick' linux distro?
Yeah we're working on something using Gentoo, but there is a lot else going on which is taking time from it.
Anyone could do this with Debian or Ubuntu right now; the kernel is the sticking point. debootstrap yourself a system and squashfs the result - boot the kernel from the USB stick, mount the USB stick, loop mount the squashfs filesystem from the USB stick as root, et voila. LiveStick.
However it's very time consuming. I'm focussing on Gentoo simply because it has very useful tools to do all this, specifically a build system for apps (catalyst) and the kernel (genkernel) which can be nicely automated and spit out a complete system for you, we can tweak the profiles and make whole new systems from scratch which meet any need.
If anyone wants to contribute something, it would be nice if we had a Gentoo kernel (built with genkernel) which would boot the livecd image. You can download any Gentoo PPC CD (minimal or universal) and grab the live image from it - it's a single file. With that file on whatever media you choose (FAT32 USB stick, for you) you can boot into a Gentoo system and go from stage3 right there. That's the start of it for everyone.. it's harder to build apps for a Linux distro you can't run than any other way.