mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 05:55:34 +00:00
cryptodisk: Unregister cryptomount command when removing module
Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Patrick Steinhardt <ps@pks.im> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
eb77486141
commit
3b3ac0c982
@ -1311,5 +1311,6 @@ GRUB_MOD_FINI (cryptodisk)
|
||||
{
|
||||
grub_disk_dev_unregister (&grub_cryptodisk_dev);
|
||||
cryptodisk_cleanup ();
|
||||
grub_unregister_extcmd (cmd);
|
||||
grub_procfs_unregister (&luks_script);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user