README.md: add installation
This commit is contained in:
parent
87cae40811
commit
9f3cb2193a
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
|||
# zlevis-mkinitfs
|
||||
|
||||
A [mkinitfs](https://gitlab.alpinelinux.org/alpine/mkinitfs) module that implements automatic decryption of a `ZFS` root pool in the `initramfs` with `zlevis`.
|
||||
A [mkinitfs](https://gitlab.alpinelinux.org/alpine/mkinitfs) module that implements automatic decryption of a `ZFS` root pool in the `initramfs` with `zlevis`.
|
||||
|
||||
## Installation
|
||||
|
||||
`zlevis-mkinitfs` can be installed with `meson`, after cloning the repository, setup the build directory:
|
||||
|
||||
``` shell-session
|
||||
sh$ meson setup builddir
|
||||
```
|
||||
|
||||
> Using the `--reconfigure` flag will reconfigure the build directory.
|
||||
|
||||
Installation of the `zlevis-mkinitfs` module is now performed with:
|
||||
|
||||
``` shell-session
|
||||
sh# meson install -C builddir
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue