fickit: Use dm-crypt key is not changed during updates

This commit is contained in:
nemunaire 2023-10-23 17:32:40 +02:00
commit a80dd34d1b
4 changed files with 30 additions and 7 deletions

View file

@ -141,8 +141,7 @@ files:
do
/root/install_grub ${DEFAULT_BOOT} "${DISK}"
done
/root/update_imgs "$(ip r | grep default | awk '{ print $3 }')"
dd if=/boot/imgs/fickit-metadata.iso of=${META_PART}
/root/update_imgs "$(ip r | grep default | awk '{ print $3 }')" "${META_PART}"
} ||
/bin/ash