Page 71 of 74

Re: Fienix - New PowerPC Distro

Posted: Sat Oct 03, 2020 1:53 am
by kilaueabart
Yay! That did it! Thank YOU for YOUR patience.

I was a bit astonished at how much installing was required! But it all went quickly.

Re: Fienix - New PowerPC Distro

Posted: Mon Oct 05, 2020 5:21 pm
by caseycullen
kilaueabart wrote: Sat Oct 03, 2020 1:53 am Yay! That did it! Thank YOU for YOUR patience.

I was a bit astonished at how much installing was required! But it all went quickly.
Excellent, I'm glad to hear it worked!

@all: I've added packages for the following:
-Cenon (cenon.app), an illustration application - Cenon website
-Drawing (drawing), a painting and image editing application Drawing website
-Open Surge (opensurge), a platforming game Open Surge website
-SurgeScript (surgescript), a game engine and level editor SurgeScript website
-Blob Wars II (blobandconquer), a 3D shooter Blob Wars II website
-Almanah, a personal diary Almanah on Gnome wiki
-Support for squashfs with libsquashfs1, squashfs-tools, and squashfs-tools-ng

I also released new versions of Evolution, Flowblade, and ioquake3.

Please let me know if you have any issues with any of these (or other) packages.
-Casey

Re: Fienix - New PowerPC Distro

Posted: Thu Oct 08, 2020 9:15 am
by xeno74
caseycullen wrote: Mon Oct 05, 2020 5:21 pm @all: I've added packages for the following:
-Cenon (cenon.app), an illustration application - Cenon website
-Drawing (drawing), a painting and image editing application Drawing website
-Open Surge (opensurge), a platforming game Open Surge website
-SurgeScript (surgescript), a game engine and level editor SurgeScript website
-Blob Wars II (blobandconquer), a 3D shooter Blob Wars II website
-Almanah, a personal diary Almanah on Gnome wiki
-Support for squashfs with libsquashfs1, squashfs-tools, and squashfs-tools-ng

I also released new versions of Evolution, Flowblade, and ioquake3.

Please let me know if you have any issues with any of these (or other) packages.
-Casey
Thank you! :-)

Re: Fienix - New PowerPC Distro

Posted: Sun Nov 08, 2020 4:00 pm
by xeno74
FYI: /etc/apt/sources.list:

Code: Select all

#Fienix
#Do not modify this file; add additional repositories to "sources.list.d".
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-di main
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-dh main
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-cp main

Re: Fienix - New PowerPC Distro

Posted: Tue Nov 10, 2020 3:34 pm
by xeno74
Hi Casey,

Could you please add lhasa to the official Fienix img? Lhasa lha is a tool for parsing LHA (.lzh) archives. I needed it for extracting the STK 0.6.2a add-on pack today.

Thanks,
Christian

Re: Fienix - New PowerPC Distro

Posted: Fri Nov 13, 2020 8:43 pm
by caseycullen
xeno74 wrote: Tue Nov 10, 2020 3:34 pm Hi Casey,

Could you please add lhasa to the official Fienix img? Lhasa lha is a tool for parsing LHA (.lzh) archives. I needed it for extracting the STK 0.6.2a add-on pack today.

Thanks,
Christian
Hi, lhasa is now in the repo and I'll include in the next image.
Thanks!
-Casey

Re: Fienix - New PowerPC Distro

Posted: Sat Nov 14, 2020 12:12 am
by caseycullen
Arctic Fox has been updated in the Fienix repo to version 27.11.0. It includes the theme fix as well.
Fienix News
Image
Thanks,
-Casey

Re: Fienix - New PowerPC Distro

Posted: Sat Nov 14, 2020 6:24 am
by caseycullen
An excellent game called "The Battle For The Solar System - The Pandoran War" is available in the Fienix software repositories. It's a very polished space shooter with attractive graphics, nice special effects, AI teammates, and a great soundtrack, too.

"The Battle For The Solar System - The Pandoran War" on Fienix Gaming YouTube

Image

-Casey

Re: Fienix - New PowerPC Distro

Posted: Sat Nov 14, 2020 2:38 pm
by xeno74
caseycullen wrote: Fri Nov 13, 2020 8:43 pm Hi, lhasa is now in the repo and I'll include in the next image.
Thanks!
-Casey
Thanks a lot! :-)

Re: Fienix - New PowerPC Distro

Posted: Mon Nov 23, 2020 9:42 pm
by caseycullen
I've been working on an installer based on Debian Installer but keep running into an issue. The installer boots up, detects hardware, etc. but then it reports that the CD integrity check fails. If I choose "CD integrity check" from the installer menu it will pass, but it still fails integrity check during the install process and the installer will not continue. I don't know what the difference is between the integrity check from the menu and the integrity check in the install process.

This is the method I used: https://wiki.debian.org/DebianInstaller/Modify/CD
Fienix Release files are used instead of Debian Release files.
I modified the debootstrap package inside the installer to add a script to download packages from Fienix.
I modified the keyring package to include the Fienix gpg key.
I generated index files and md5sums.txt with apt-ftparchive.
Finally I remastered the iso with genisoimage.

Fienix cannot use a simple preseed file like MintPPC does, because Fienix does not use the Debian repository and our repository structure does not match Debian's. Does anyone have any experience with Debian installer who might be able to help out?

-Casey