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

feat(fs-gen): stable version with agent insertion #30

Merged
merged 25 commits into from
Apr 26, 2024

Conversation

BioTheWolff
Copy link
Contributor

This PR adds several functionalities:

  • --arch argument to specify which architecture we want to download, if the manifest contains several
  • --initfile argument, which takes a path in the host to copy the initfile from. If not given, the default initfile contained within the crate will be applied
  • the agent is now placed under /agent in the rootFS, and executed by the default initfile
  • logging has been implemented using tracing and tracing_subscriber
  • crate now has better handling using anyhow for error reporting, and thiserror for error generation

Signed-off-by: Mathias-Boulay <mathiasboulay@free.fr>
Signed-off-by: Mathias-Boulay <mathiasboulay@free.fr>
Mathias-Boulay and others added 22 commits April 26, 2024 12:55
Signed-off-by: Mathias Boulay <mathiasboulay@free.fr>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
Signed-off-by: BioTheWolff <47079795+BioTheWolff@users.noreply.github.com>
)
.init();

// tracing_subscriber::fmt()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be removed

@BioTheWolff BioTheWolff merged commit 5b3ffbb into virt-do:main Apr 26, 2024
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.

3 participants