brijeshp

Results 3 comments of brijeshp

I've done something similar like this, hope it helps (but this reinstalls dracut at the end because mkosi complains when it tries to make the unified bootloader at the end...

Having the same issue on Ubuntu 20.04 Update, looks like it works fine when called from the build directory, but not otherwise: ```bash user@machine:~/usbguard-1.0.0$ ll usbguard -rwxrwxr-x 1 user user...

@TriplEight ```bash ./configure LDFLAGS="-static" --with-crypto-library=sodium --with-bundled-catch --with-bundled-pegtl --enable-static make sudo make install ``` Update, no systemd unit without `--enable-systemd` during `./configure`, also added `--with-dbus` ```bash ./configure --with-crypto-library=sodium --with-bundled-catch --with-bundled-pegtl --enable-systemd...