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

generating images with cache #9616

Closed
Tracked by #9610
smira opened this issue Oct 31, 2024 · 1 comment · Fixed by #9778
Closed
Tracked by #9610

generating images with cache #9616

smira opened this issue Oct 31, 2024 · 1 comment · Fixed by #9778
Assignees

Comments

@smira
Copy link
Member

smira commented Oct 31, 2024

Update imager to include image cache generated with #9611 to be included into the image (supported output types - ISO, disk image), as a separate partition.

The partition should be marked so that it is discoverable by Talos.

@smira
Copy link
Member Author

smira commented Nov 19, 2024

If imager is given the image cache image (OCI) tarball, it does the following:

ISO (both SecureBoot and GRUB)

Create a folder in the ISO filesystem root named imagecache/ and put the Image Cache there.

Disk Image

Create a partition with a label IMAGECACHE and put the image cache contents there.

frezbo added a commit to frezbo/talos that referenced this issue Nov 21, 2024
Support generating iso with imagecache.

Part-of: siderolabs#9616

Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo added a commit to frezbo/talos that referenced this issue Nov 21, 2024
Add support for generating disk images with image cache.

Fixes: siderolabs#9616

Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo added a commit to frezbo/talos that referenced this issue Nov 21, 2024
Add support for generating disk images with image cache.

Fixes: siderolabs#9616

Signed-off-by: Noel Georgi <git@frezbo.dev>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants