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: support --plain mode #3057

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

Conversation

AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Dec 25, 2024

Fix #3052

  • Populate the user account via cloud-init
  • Populate /bin/bash (specified as the login shell via user-data. Also depended by the host agent)
  • Install sudo (depended by the host agent, during the "boot scripts must have finished" check)

WIP: needs minimization

Fix issue 3052

- Populate the user account via cloud-init
- Populate /bin/bash (specified as the login shell via user-data. Also depended by the host agent)
- Install sudo (depended by the host agent, during the "boot scripts must have finished" check)

WIP: needs minimization

Signed-off-by: Akihiro Suda <[email protected]>
@AkihiroSuda AkihiroSuda added the guest/alpine Guest: Alpine label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guest/alpine Guest: Alpine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

template://alpine with --plain gets stuck during Waiting for the essential requirement 1 of 1: "ssh"
1 participant