LukeShortCloud / winesapOS

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

Live `Minimal,preformance,secure` Image #856

Closed GuestSneezeOSDev closed 1 month ago

GuestSneezeOSDev commented 1 month ago

Based on my previous PR

LukeShortCloud commented 1 month ago

For clarification, what exactly is the purpose of scripts/winesap-live-installer.sh script? To build winesapOS directly to an internal drive? scripts/winesapos-install.sh does that but it is a non-interactive script. It requires setting environment variables to configure the build. We could potentially create a wrapper to prompt users for what environment variables to configure.

https://github.com/LukeShortCloud/winesapOS/blob/4.1.0-beta.2/CONTRIBUTING.md#environment-variables-for-installation

My vision of the "live image installer" is to create an archiso which either (1) dds the minimal image to an internal drive - something the PlaytronOS installer does and we can re-use or (2) is similar to the dual-boot script except it can create all of the partitions and not worry about re-using an existing EFI partition.

https://github.com/LukeShortCloud/winesapOS/issues/370

winesapOS can be considered a live distribution. Our # 1 goal is that it is portable. However, our distribution is more flexible than something that archiso would create for a live environment. Originally, I was not sure if I wanted to add an installer but there has been such much demand for it so I'd definitely like to have that. I daily drive winesapOS on an internal drive and other users also want to.

GuestSneezeOSDev commented 1 month ago

this is just to Resolve issue number #370