mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 09:16:21 +00:00
Fixed regression on kexec-save-key
This commit is contained in:
parent
22a52ec4b8
commit
2a9ca6fdba
@ -45,7 +45,7 @@ if [ -n "$lvm_volume_group" ]; then
|
||||
fi
|
||||
|
||||
rm -f $paramsdir/kexec_key_devices.txt || true
|
||||
for dev in "$key_devices"; do
|
||||
for dev in $key_devices; do
|
||||
uuid=`cryptsetup luksUUID "$dev" 2>/dev/null` \
|
||||
|| die "Failed to get UUID for device $dev"
|
||||
echo "$dev $uuid" >> $paramsdir/kexec_key_devices.txt \
|
||||
|
Loading…
x
Reference in New Issue
Block a user