Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline installation #301

Open
mirkobrombin opened this issue Jan 30, 2024 · 6 comments
Open

Offline installation #301

mirkobrombin opened this issue Jan 30, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@mirkobrombin
Copy link
Member

mirkobrombin commented Jan 30, 2024

To achieve a full offline installation, we would have to populate a containers storage with desktop image. Since we have 3 different images, we have to generate 3 different ISOs:

  • desktop
  • nvidia
  • vm
@mirkobrombin mirkobrombin added the enhancement New feature or request label Jan 30, 2024
@mirkobrombin mirkobrombin added this to the 2-stable milestone Jan 30, 2024
@taukakao
Copy link
Member

Yes, but I have another suggestion:
We could probably make the user select a file in the regular installer containing the image. So a user could have two USBs or just load their image onto the flashed USB somewhere.

This would be less complicated then always building three ISOs (plus a online ISO probably) and would open up the possibility of installing custom images right from the start.

@mirkobrombin
Copy link
Member Author

Good idea, the user could have the tarball downloaded in addition to the ISO and have albius use it

@axtloss
Copy link
Member

axtloss commented Jan 31, 2024

This can't replace isos with the images loaded already. if anything it should be an extra option since, we cannot expect users to have two USB drives

@mirkobrombin
Copy link
Member Author

mirkobrombin commented Jan 31, 2024

Yeah I was thinking of it as an extra option. I think the initial proposal is still the only solution to provide a full offline solution without asking the user to prepare 2 USB. The only problem is that generating 4 different ISOs (net, desktop, nvidia, vm) would require a good structure and automation/integration with the website.

In both cases providing a rootfs, whatever it is bundled with the ISO or not, is easier and would just require minor changes to Albius.

@taukakao
Copy link
Member

Coudn't we do something similar to ventoy where the user could just load the tarball onto the flashed USB drive?

@axtloss
Copy link
Member

axtloss commented Jan 31, 2024

That would require changes to the live iso which is just not worth it honestly, an extra option (like debian already has for external/offline apt repositories) is the one thats easiest to implement and most helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants