Skip to content

Commit 9e5790c

Browse files
chore: update docs (#4)
1 parent 463b4d0 commit 9e5790c

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = "initramfs-builder"
33
version = "0.2.0"
44
edition = "2021"
5-
authors = ["Damien"]
5+
authors = ["Damien MATHIEU, Axel FRACHE, Evan PAILLARD, Hugo DU-PELOUX"]
66
description = "Convert Docker/OCI images to bootable initramfs for microVMs"
77
license = "MIT"
88
keywords = ["initramfs", "docker", "oci", "microvm", "lambda"]
99
categories = ["command-line-utilities", "virtualization"]
10-
repository = "https://github.com/damien-mathieu1/rusty-initramfs-builder"
10+
repository = "https://github.com/DO-2K24-27/rusty-initramfs-builder"
1111
documentation = "https://docs.rs/initramfs-builder"
1212
readme = "README.md"
1313
exclude = ["*.cpio.gz", "*.cpio", "vmlinux*", "test-*"]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Damien MATHIEU
3+
Copyright (c) 2026 DO 2K24-2K27 Class Polytech Montpellier
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# rusty-initramfs-builder
1+
<div align="center">
2+
<h1>rusty-initramfs-builder</h1>
3+
A Rusty CLI tool to convert Docker/OCI images into bootable initramfs for microVMs 🦀
24

3-
A Rust CLI tool to convert Docker/OCI images into bootable initramfs for microVMs.
5+
![builder](./docs/builder.png)
6+
7+
<div>
8+
9+
![Stars](https://img.shields.io/github/stars/DO-2K24-27/rusty-initramfs-builder?logo=github) ![Downloads](https://img.shields.io/crates/d/initramfs-builder?logo=rust)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub release](https://img.shields.io/github/v/release/DO-2K24-27/rusty-initramfs-builder?color=success)](https://github.com/DO-2K24-27/rusty-initramfs-builder/releases/latest)
10+
</div>
11+
</div>
412

513
## Installation
614

docs/builder.png

1.47 MB
Loading

0 commit comments

Comments
 (0)