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

Alpine initrd should mount the livecd under /run/initramfs/live #2912

Closed
Tracked by #2909
Itxaka opened this issue Oct 2, 2024 · 1 comment · Fixed by kairos-io/packages#1088
Closed
Tracked by #2909

Alpine initrd should mount the livecd under /run/initramfs/live #2912

Itxaka opened this issue Oct 2, 2024 · 1 comment · Fixed by kairos-io/packages#1088
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed

Comments

@Itxaka
Copy link
Member

Itxaka commented Oct 2, 2024

Currently alpine initrd mounts the livecd under /media/root-ro
Our automated scan for configs, expects the livecd to be mounted under /run/initramfs/live

This means that an Alpine iso with a bundled config will never be able to autoinstall.

This change should be pretty easy as we control the init during initramfs so we can modify the init to mount it in a different dir with zero issues.

Issue source: #2876
Reported by @Ludea

@Itxaka Itxaka added bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed labels Oct 2, 2024
@Itxaka
Copy link
Member Author

Itxaka commented Oct 2, 2024

MErged, should be ready for kairos 3.3.0 or in master soon-ish :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant