You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes a quardle as an input, validates it and runs the kernel and initrd into a Linux guest through lumper.
It should be able to capture the initrd run through stdout/stderr and optionally store it.
CLI
quark run --quardle <quardle> --output <output_file>
The text was updated successfully, but these errors were encountered:
The
quark
runner runs aquardle
. See #6It takes a
quardle
as an input, validates it and runs the kernel and initrd into a Linux guest throughlumper
.It should be able to capture the initrd run through stdout/stderr and optionally store it.
CLI
The text was updated successfully, but these errors were encountered: