Compare commits

...

2 commits

Author SHA1 Message Date
Luc
09baeaaf98 meson.build: removed line 2025-08-09 10:25:28 +02:00
Luc
fe70cfd507 README.md: added installation 2025-08-09 10:25:10 +02:00
2 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,19 @@
# 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
```

View file

@ -11,4 +11,4 @@ bins = []
subdir('src')
# Install bins in module dir
install_data(bins, install_dir: modules_dir)
install_data(bins, install_dir: modules_dir)