fickit: Use dm-crypt key is not changed during updates
This commit is contained in:
parent
e8c5b540d1
commit
a80dd34d1b
4 changed files with 30 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue