Skip to content
Snippets Groups Projects

Make compatible with cryptsetup's encrypt hook

Closed Tallero Tallero requested to merge tallero/mkinitcpio-archiso:crypto into master
2 unresolved threads
Compare and Show latest version
3 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -62,7 +62,7 @@ _open_luks() {
local map="${img_fullname}.map"
local key="/run/archiso/keys/${img_fullname}.key"
local key_opt=""
local is_luks=$(blkid -s TYPE -o value "${img}")
is_luks=$(blkid -s TYPE -o value "${img}")
if [ -f "${key}" ]; then
key_opt=" --key-file ${key}"
Loading