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

Improve commandline option handling #37

Open
schaefi opened this issue Jan 26, 2024 · 0 comments
Open

Improve commandline option handling #37

schaefi opened this issue Jan 26, 2024 · 0 comments

Comments

@schaefi
Copy link
Contributor

schaefi commented Jan 26, 2024

Description

For the firecracker pilot we need to transfer the commandline into the VM. This is done by passing the commandline via the kernel cmdline and parsing it as a Unix command. On the way through the calling shell, the kernel cmdline and the parsing in rust there are several pitfalls for lost quotation.

Let's find a way to make this more robust

Acceptance Criteria

  • Try mybash -c "ls -l" as an example and get the correct ls output
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

No branches or pull requests

1 participant