mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 02:13:11 +00:00
* grub-core/fs/zfs/zfscrypt.c: Add link to documentation.
This commit is contained in:
parent
17e1d934c7
commit
2f53a9ed1f
@ -1,3 +1,7 @@
|
||||
2012-02-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/zfs/zfscrypt.c: Add link to documentation.
|
||||
|
||||
2012-02-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/videotest.c (grub_cmd_videotest): Fix subset
|
||||
|
@ -44,6 +44,11 @@
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
/*
|
||||
Mostly based on following article:
|
||||
https://blogs.oracle.com/darren/entry/zfs_encryption_what_is_on
|
||||
*/
|
||||
|
||||
enum grub_zfs_algo
|
||||
{
|
||||
GRUB_ZFS_ALGO_CCM,
|
||||
|
Loading…
Reference in New Issue
Block a user