firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
467 stars 73 forks source link

add initrd option #84

Closed defhacks closed 2 years ago

defhacks commented 2 years ago

Signed-off-by: Michael Coulter mjc@sekurity.org

This adds an option to specify an initrd for firecracker via --initrd-path.

Not sure if the default is what's preferred or if some tests need to be added, but this was enough to be useful my own use case.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.