Merge pull request #25823 from rickynils/luks_crypsetup_quiet
nixos/luks: Silence killall complain about non-existing cryptsetup pr…
This commit is contained in:
commit
9c3b926448
@ -434,7 +434,7 @@ in
|
|||||||
#!$out/bin/sh -e
|
#!$out/bin/sh -e
|
||||||
if [ -e /.luksopen_args ]; then
|
if [ -e /.luksopen_args ]; then
|
||||||
cryptsetup \$(cat /.luksopen_args)
|
cryptsetup \$(cat /.luksopen_args)
|
||||||
killall cryptsetup
|
killall -q cryptsetup
|
||||||
else
|
else
|
||||||
echo "Passphrase is not requested now"
|
echo "Passphrase is not requested now"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user