Skip one-time volumes and add option for skipping non-boot volumes

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-24 21:40:13 +02:00
parent 23432f6542
commit 8358d7f221
2 changed files with 30 additions and 8 deletions

View file

@ -109,7 +109,7 @@ configure_ciphers (const struct grub_luks_phdr *header)
if (check_uuid && grub_strcasecmp (search_uuid, uuid) != 0)
{
grub_dprintf ("luks", "%s != %s", uuid, search_uuid);
grub_dprintf ("luks", "%s != %s\n", uuid, search_uuid);
return NULL;
}