Add new 'proc' filesystem framework and put luks_script into it.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-24 13:05:59 +01:00
parent d975e8d59c
commit ce50dbd746
10 changed files with 350 additions and 5 deletions

View file

@ -381,9 +381,7 @@ configure_ciphers (grub_disk_t disk, const char *check_uuid,
newdev->rekey_shift = 20;
}
#ifdef GRUB_UTIL
newdev->modname = "geli";
#endif
newdev->total_length = grub_disk_get_size (disk) - 1;
grub_memcpy (newdev->uuid, uuid, sizeof (newdev->uuid));