diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-09-22 18:47:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-09-26 17:03:26 +0200 |
commit | fb8d67cd3481c21ce45b17eb4fb52a54cafc0944 (patch) | |
tree | 4880731ca297ee4e0cebe40426bacdc6da35a5ed /man/yubikey-crypttab.sh | |
parent | cryptsetup: fail with error if extraneous arguments are specified (diff) | |
download | systemd-fb8d67cd3481c21ce45b17eb4fb52a54cafc0944.tar.xz systemd-fb8d67cd3481c21ce45b17eb4fb52a54cafc0944.zip |
meson: move systemd-cryptsetup to /usr/bin
This was requested, though I think an issue was never filed. If people are
supposed to invoke it, even for testing, then it's reasonable to make it
"public".
Diffstat (limited to 'man/yubikey-crypttab.sh')
-rw-r--r-- | man/yubikey-crypttab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/yubikey-crypttab.sh b/man/yubikey-crypttab.sh index d355afbd1b..a66a88fe1c 100644 --- a/man/yubikey-crypttab.sh +++ b/man/yubikey-crypttab.sh @@ -21,7 +21,7 @@ rm pubkey.pem sudo systemd-cryptenroll --pkcs11-token-uri=auto /dev/sdXn # Test: Let's run systemd-cryptsetup to test if this all worked. -sudo /usr/lib/systemd/systemd-cryptsetup attach mytest /dev/sdXn - pkcs11-uri=auto +sudo systemd-cryptsetup attach mytest /dev/sdXn - pkcs11-uri=auto # If that worked, let's now add the same line persistently to /etc/crypttab, # for the future. We don't want to use the (unstable) /dev/sdX name, so let's |