LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

Can I get the source code for archiso #824

Closed GuestSneezeOSDev closed 3 months ago

GuestSneezeOSDev commented 4 months ago

Can I get the source code of WineSapOS But it's compatible with archiso because I'm more used to that

LukeShortCloud commented 4 months ago

Hey @GuestSneezeOSDev , thanks for reaching out! :-)

winesapOS takes a very different approach to being a live distribution. Instead of providing an ISO, we do a normal Arch Linux install process but tweak it so it is portable and bootable across a wide range of computers. archiso is not used.

Here are some hints that may help:

We used to have a more declarative approach similar to packages.x86_64 from archiso back in the winesapOS 1.Y.Z days. I found it more useful for me and our community to make it read like an automated Arch Linux install guide. Most of our users have never used Linux before and this was this first exposure before they went off to do their own manual Arch Linux installation.

There is discussion about an archupgrade project that will provide (1) automated upgrades and (2) conversions to other Arch Linux distros such as ChimeraOS and winesapOS. The design for that will be declarative and might be how we do builds in the future, too. If you're interested in that, I can make sure you are included in those conversations.

Hopefully that helps! Let me know if you need anything else or if there is any specific way I can help out with GuestSneezeOS!

GuestSneezeOSDev commented 4 months ago

Thanks very much with the detailed reply, I just want to know how i can add custom repositories and packages to the iso

LukeShortCloud commented 4 months ago

You can customize those components here:

LukeShortCloud commented 4 months ago

The source code and documentation for the archiso project can be found here: https://gitlab.archlinux.org/archlinux/archiso/-/tree/master

GuestSneezeOSDev commented 3 months ago

Thanks for the support