Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Update configurations and instructions #18

Merged
merged 6 commits into from
Aug 17, 2023

Commits on Aug 10, 2023

  1. Rename configuration files and run scripts

    Rename files and scripts to include `9pfs` sufix, to signal the use of a
    9pfs filesystem.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0457b71 View commit details
    Browse the repository at this point in the history
  2. Ignore fs.cpio

    fs.cpio is the CPIO archive created for initrd support.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    695ecb9 View commit details
    Browse the repository at this point in the history
  3. Add configuration files and run script for initrd

    Add support files for using initrd filesystem.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ba3efcd View commit details
    Browse the repository at this point in the history
  4. Add Firecracker support

    Add configuration files and support script to configure, build and run
    Redis with Unikraft on Firecracker. This can be built for x86_64 and
    initrd.
    
    Not that, as of this commit (for release 0.14), networking is not yet
    integrated in Firecracker. So a Redis server will start as a Unikraft
    Firecracker instance, but a network connection won't be (yet) possible.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a43c632 View commit details
    Browse the repository at this point in the history
  5. Add Kraft configuration

    Add `kraft.yaml` to build Unikraft images with KraftKit.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f84318c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. README.md: Update README with new build & run instructions

    Add detailed instructions on using KraftKit and the basic Make-based
    system to configure, build and run Redis as a Unikraft application.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand authored and jobpaardekooper committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4f73c6f View commit details
    Browse the repository at this point in the history