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

fix: support image cache on VFAT USB stick #9941

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smira
Copy link
Member

@smira smira commented Dec 12, 2024

Scenario: copy contents of the ISO to the USB VFAT stick.

Make sure VFAT filesystem has a label TALOS_*.

Fixes #9936

Scenario: copy contents of the ISO to the USB VFAT stick.

Make sure VFAT filesystem has a label `TALOS_*`.

Fixes siderolabs#9936

Signed-off-by: Andrey Smirnov <[email protected]>
@smira
Copy link
Member Author

smira commented Dec 12, 2024

Waiting for #9939 to do a full e2e

@frezbo
Copy link
Member

frezbo commented Dec 12, 2024

Waiting for #9939 to do a full e2e

note: use mcopy, so we can avoid losetup

Eg: mcopy -s -p -Q -m -i /tmp/empty.disk /tmp/source/ ::

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Development

Successfully merging this pull request may close these issues.

detect FAT filesystem/volume labels
2 participants