Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clevis in void OS #431

Open
rdmitry0911 opened this issue Jul 2, 2023 · 2 comments
Open

clevis in void OS #431

rdmitry0911 opened this issue Jul 2, 2023 · 2 comments

Comments

@rdmitry0911
Copy link

Hi guys I'd like to install clevis in a custom built ZFSBootMenu which is void OS based. I didn't find clevis package in their repository. How to install it there manually?

@sarroutbi
Copy link
Collaborator

Hello @rdmitry0911. clevis use meson+ninja commands, so you should follow next steps:

$ wget https://github.com/latchset/clevis/releases/download/v19/clevis-19.tar.xz
$ tar Jxvf clevis-19.tar.xz 
$ cd clevis-19/
$ mkdir build
$ cd build
$ meson setup ..
$ ninja
$ sudo ninja install

We will add manual compilation steps to README.md to clarify it.

KR

@rdmitry0911
Copy link
Author

Ok, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants