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

first_boot: Add context for genisoimage #17

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

cgwalters
Copy link
Contributor

I got a bare

Error: crun-vm: failed to load cloud-init config: No such file or directory (os error 2): OCI runtime attempted to invoke a command that was not found

Because my host was missing genisoimage. This turns that into

Error: crun-vm: failed to load cloud-init config: Invoking genisoimage: No such file or directory (os error 2): OCI runtime attempted to invoke a command that was not found

which is a bit more useful.

I got a bare
```
Error: crun-vm: failed to load cloud-init config: No such file or directory (os error 2): OCI runtime attempted to invoke a command that was not found
```

Because my host was missing `genisoimage`.  This turns that into
```
Error: crun-vm: failed to load cloud-init config: Invoking genisoimage: No such file or directory (os error 2): OCI runtime attempted to invoke a command that was not found
```

which is a bit more useful.

Signed-off-by: Colin Walters <[email protected]>
@albertofaria
Copy link
Member

LGTM, thanks.

@albertofaria albertofaria merged commit 61cfb40 into containers:main Jan 25, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants