Compare commits
2 commits
1df15f9beb
...
09baeaaf98
Author | SHA1 | Date | |
---|---|---|---|
09baeaaf98 | |||
fe70cfd507 |
2 changed files with 18 additions and 2 deletions
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
||||||
# zlevis-dracut
|
# zlevis-dracut
|
||||||
|
|
||||||
A dracut module that implements automatic decryption of a `ZFS` root pool in the `initramfs` with `zlevis`.
|
A [dracut](https://dracut-ng.github.io/dracut-ng/) module that implements automatic decryption of a `ZFS` root pool in the `initramfs` with `zlevis`.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
`zlevis-dracut` can be installed with `meson`, after cloning the repository, setup the build directory:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ meson setup builddir
|
||||||
|
```
|
||||||
|
|
||||||
|
> Using the `--reconfigure` flag will reconfigure the build directory.
|
||||||
|
|
||||||
|
Installation of the `zlevis-dracut` module is now performed with:
|
||||||
|
|
||||||
|
```
|
||||||
|
# meson install -C builddir
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue