Hello all!
I was looking at ways to create/test Slackware bootable cd/dvd for NewWorld Power Macs.
I found this LFS hint:
It uses yaboot, and I do not know if Slackware packages from
contain yaboot (seems to be no?)
So I grabbed yaboot ppc binary from finnix-110.iso but I think you can use full debian 8.x installer for that too.
I unpacked finnix-110 iso to temporary directory, changed kernel there and used this command:
And resulting iso booted in qemu-system-ppc!
So, idea is to make ramdisk with usual ppc utilites from Bonslack, and put set of packages there too.
It will be still manual, but better than using yet another cd to install Linux and then install Bonslack into chroot/partition from under it?
There was Slackintosh at some point, may be I can grab its installer (just "dialog" script? bash script using dialog program) and see if it still works with new kernel?
Probably will need some tweaks for package extension change (tgz -> txz) ...
And of course I need to build kernel using Bonslack config. Probably some_other_distro_with_gcc with Bonslack chroot? On host tmpfs mounted via nfs, ha!
Sounds like good project, hopefully wintout unbeatable roadblocks.
I was looking at ways to create/test Slackware bootable cd/dvd for NewWorld Power Macs.
I found this LFS hint:
It uses yaboot, and I do not know if Slackware packages from
contain yaboot (seems to be no?)
So I grabbed yaboot ppc binary from finnix-110.iso but I think you can use full debian 8.x installer for that too.
I unpacked finnix-110 iso to temporary directory, changed kernel there and used this command:
mkisofs -r -V F1 -iso-level 4 -chrp-boot -hfs -part -probe -no-desktop -hfs-bless finnix-rebuild/boot/ppc -map finnix-rebuild/boot/ppc/hfs.map -b boot/ppc/yaboot -no-emul-boot -o f-new.iso finnix-rebuild/
And resulting iso booted in qemu-system-ppc!
So, idea is to make ramdisk with usual ppc utilites from Bonslack, and put set of packages there too.
It will be still manual, but better than using yet another cd to install Linux and then install Bonslack into chroot/partition from under it?
There was Slackintosh at some point, may be I can grab its installer (just "dialog" script? bash script using dialog program) and see if it still works with new kernel?
Probably will need some tweaks for package extension change (tgz -> txz) ...
And of course I need to build kernel using Bonslack config. Probably some_other_distro_with_gcc with Bonslack chroot? On host tmpfs mounted via nfs, ha!
Sounds like good project, hopefully wintout unbeatable roadblocks.