Initial
This commit is contained in:
commit
f002d960d2
3
decrypt_mount.sh
Executable file
3
decrypt_mount.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
/usr/bin/ykfde-open
|
||||||
|
sudo mount -t btrfs /dev/mapper/fyrda_decrypted /mnt/fyrda01
|
13
yk_luks_decrypt.service
Normal file
13
yk_luks_decrypt.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=ykfde-open service
|
||||||
|
After=mdmonitor.service
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
Restart=never
|
||||||
|
RestartSec=1
|
||||||
|
User=root
|
||||||
|
ExecStart=/usr/bin/sh /home/fyrda/decrypt_mount.sh
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
1
yubikey-full-disk-encryption
Submodule
1
yubikey-full-disk-encryption
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5894916901b9ecfbe8bbe35e8a63023c84bd48f5
|
1
yubikey-personalization
Submodule
1
yubikey-personalization
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 97448fbdec9fc0dd1bebb044917b79a10eb21389
|
Loading…
Reference in New Issue
Block a user