On 11/01/2018 05:52 PM, Andrei Borzenkov wrote:
> On Thu, Nov 1, 2018 at 11:34 AM piliu wrote:
>>
>> Hi,
>>
>> I encounter an issue during the poweroff. In my bash script, firstly I
>> use poweroff cmd to start systemd-poweroff.service, and use reboot cmd
>> as a bake up if the poweroff fails. B
So many revealings in one reply! Thank you very much for explaining it
in basic terms to me.
Mantas Mikulėnas píše v Ne 04. 11. 2018 v 18:18 +0200:
> You should just put an entry in /etc/crypttab instead, and let
> systemd-cryptsetup handle it via the existing dependencies mechanism.
>
> bac
On Sun, Nov 4, 2018 at 5:47 PM Marek Howard wrote:
> Hello.
>
> I'm trying to unlock my LUKS (type luks2) encrypted backup drive via
> udev rule /etc/udev/rules.d/99-unlock-backupdrive.rules:
>
> ACTION=="add", SUBSYSTEM=="block", ENV{DEVTYPE}=="partition", \
> ENV{ID_SERIAL}=="FZ133888", E
Hello.
I'm trying to unlock my LUKS (type luks2) encrypted backup drive via
udev rule /etc/udev/rules.d/99-unlock-backupdrive.rules:
ACTION=="add", SUBSYSTEM=="block", ENV{DEVTYPE}=="partition", \
ENV{ID_SERIAL}=="FZ133888", ENV{ID_PART_ENTRY_UUID}=="8c347a-02", \
RUN+="/root/unlock-bac