It would be nice if there was a feature to download the current latest iso for your chosen DE - basically what this would do is build the iso in the cloud, using the latest packages, and then let you download it, for an offline install.
What would be the benefits?
If for any reason the package downloads during Calamares install fail, e.g. due to bad Internet, then the install won’t fail.
It should also be faster
will allow user to use the same created iso for multiple pc’s, share with others
This could be implemented using the free computing/storage provided by the usual Linux hosts. All its doing is running the same script as whats used to create an iso, but on demand. And the iso can be cached if the packages dont change.
Especially when there are 14 DE / WM offered. Plus that would require a LOT of storage space on the mirrors. Mirrors are also donated to EnOS and I don’t think the mirror owners would appreciate that. I guessing that each DE / WM would be over 2 GB in size. All development is done on github. Github has a size limit of 2 GB which the current liveISO barely makes the size limitation.
The only thing I saw you posted I could see being overly relevant would be for creating multiple computers. I don’t see that as something super relevant to EOS though. I can’t imagine this a big enterprise distro.
If one were trying to create multiple work computers for instance, why not just dd/ the drives and create multiple drives?
Do you know of any distro that is doing this. If it doesn’t need to be done from scratch, what project is doing something similar to build off of?
But most importantly the rolling nature of EOS means that every single day, or even multiple times a day, your iso is already obsolete. This would be much much more suited for a LTS distro. The lifespan of what you’re looking to create is so small, associated with the monumental dev cost of effort just doesn’t make sense.
You may want to look into Ubuntu or Debian devs who may be more interested in this type of scenario.
I agree. My use case and the idea came about because I was installing on a few pc’s while traveling, for friends/family etc, and had poor Internet. I had the usb with latest iso but my DE choice is Plasma, so each install needs a lot of data to be downloaded.
Even if there was a way to create an install iso from a freshly installed pc, that would’ve been great.
One way is to use scripts and compile an iso on your own computer. Arco Linux does that, and it’s really possible to create any iso with one or several DE and selected packages. As long as you can follow their tutorial and find your way through the webpages and github, it’s possible to dig into it a bit further. It’s all Arch. I managed to do it for a mixed gnome/i3 and KDE/i3 setup…
I mean I understand why one would want this for EOS, would be nice to try a DE before installing, but could be a maintenance nightmare.
There is but it would be the same ISO you download so what’s the point of that?
Edit: There is no process to create an ISO with all different desktops. That is the reason there isn’t an ISO for each desktop to download. The process used installs what ever desktop from online by downloading the packages required and installing everything. Otherwise it is way too much work involved and cost.
I don’t think they understand what’'s involved in creating the files in order to build the ISO. Building the ISO is the easy part as it’s all done by the software.
I do not mean any disrespect to the Endeavour team, but Void is an independent distribution and EndeavourOS is an Arch based system. There is a big difference in the amount of work needed to build and maintain an entire distribution from scratch and take Arch and construct a derivative system. Yes, there is plenty of work that goes into EndeavourOS, but comparing it to an independent distro is not accurate.
I like the automation philosophy Void has - every package is built automatically, dependencies checked etc. Clearly this is not how Arch works and thus can’t be done for EOS, but this is one aspect I think Arch should adopt.