Testing built sysexts #140
-
|
Hello, I've been learning about sysexts and created one for vagrant - a tool I use frequently. I was able to write a Containerfile and justfile and build it successfully. However, I can't seem to install it and can't find any documentation on doing so. So far, I've been copying the generated raw file to /var/lib/extensions.d and then symlinking it to /var/lib/extensions. In my case: systemd-sysext-list returns the following output: When I restart systemd-systemext.service, it fails with the following errors: I found this link that stated a reason for this issue, but I don't think I'm facing the same one. Where am I going wrong and is there anything I'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Can you make a PR / link to your justfile? The extension name must match the file name. |
Beta Was this translation helpful? Give feedback.
-
|
Please refer to: #142 |
Beta Was this translation helpful? Give feedback.
Please refer to: #142