Compare commits
No commits in common. "09baeaaf98df960e3db83b9d9479668b35a840df" and "1df15f9beb3d649be89dd4fcf3b05e7d1bd77648" have entirely different histories.
09baeaaf98
...
1df15f9beb
2 changed files with 2 additions and 18 deletions
18
README.md
18
README.md
|
|
@ -1,19 +1,3 @@
|
|||
# zlevis-dracut
|
||||
|
||||
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
|
||||
```
|
||||
A dracut module that implements automatic decryption of a `ZFS` root pool in the `initramfs` with `zlevis`.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue