-
Notifications
You must be signed in to change notification settings - Fork 8
Update configurations and instructions #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@razvand in the README file, change all occurrences of .config.sqlite-qemu-x86_64 to .config.sqlite-qemu-x86_64-9pfs. Same for aarch64.
Also there are some conflicts with the staging branch.
Rename files and scripts to include `9pfs` sufix, to signal the use of a 9pfs filesystem. Signed-off-by: Razvan Deaconescu <[email protected]>
fs.cpio is the CPIO archive created for initrd support. Signed-off-by: Razvan Deaconescu <[email protected]>
Add support files for using initrd filesystem. Signed-off-by: Razvan Deaconescu <[email protected]>
Add configuration files to configure, build and run Nginx with Unikraft on Firecracker. This can be built for x86_64 and initrd. Signed-off-by: Razvan Deaconescu <[email protected]>
Add `kraft.yaml` to build Unikraft images with KraftKit. Signed-off-by: Razvan Deaconescu <[email protected]>
0aa40cf to
9f35cb2
Compare
@StefanJum, updated. |
RaduNichita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
See my comments, @razvand
Add detailed instructions on using KraftKit and the basic Make-based system to configure, build and run SQLite as a Unikraft application. Signed-off-by: Razvan Deaconescu <[email protected]>
9f35cb2 to
0f893a0
Compare
RaduNichita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good.
Reviewed-by: Radu Nichita [email protected]
StefanJum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved-by: Stefan Jumarea [email protected]
fs.cpio is the CPIO archive created for initrd support. Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Radu Nichita <[email protected]> Approved-by: Stefan Jumarea <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Closes: #11
Add support files for using initrd filesystem. Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Radu Nichita <[email protected]> Approved-by: Stefan Jumarea <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Closes: #11
Add configuration files to configure, build and run Nginx with Unikraft on Firecracker. This can be built for x86_64 and initrd. Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Radu Nichita <[email protected]> Approved-by: Stefan Jumarea <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Closes: #11
Add `kraft.yaml` to build Unikraft images with KraftKit. Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Radu Nichita <[email protected]> Approved-by: Stefan Jumarea <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Closes: #11
Add detailed instructions on using KraftKit and the basic Make-based system to configure, build and run SQLite as a Unikraft application. Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Radu Nichita <[email protected]> Approved-by: Stefan Jumarea <[email protected]> Tested-by: Unikraft CI <[email protected]> GitHub-Closes: #11
Update configurations and instructions and Make-based. Include multiple architectures, compilers, VMMs.