From 4874ca889045f291e9a314349285c2fca67c5f00 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 11 Mar 2021 00:25:59 -0500 Subject: calling umount slightly sooner is more correct --- src/initrd/grok-block | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initrd/grok-block b/src/initrd/grok-block index af845d6..a7056ad 100755 --- a/src/initrd/grok-block +++ b/src/initrd/grok-block @@ -237,8 +237,8 @@ grok_block() elif [ "$ID_PART_ENTRY_NAME" = samizdat-plaintext ]; then if gpg_verify "$mountpoint"/disk.key && gpg_can_decrypt "$mountpoint"/disk.key; then - addmenu_choose_native_root "$(parent_device "$DEVNAME")" umount "$mountpoint" + addmenu_choose_native_root "$(parent_device "$DEVNAME")" bootdone key-mounted else umount "$mountpoint" -- cgit v1.2.3