Integrate geli into autoconfiguration system
This commit is contained in:
parent
d7bdab32b8
commit
20a409405b
13 changed files with 835 additions and 682 deletions
|
@ -309,10 +309,8 @@ fstest (int n, char **args)
|
|||
char *argv[2] = { "-a", NULL};
|
||||
if (mount_crypt)
|
||||
{
|
||||
if (execute_command ("luksmount", 1, argv))
|
||||
grub_util_error (_("luksmount command fails: %s"), grub_errmsg);
|
||||
if (execute_command ("gelimount", 1, argv))
|
||||
grub_util_error (_("gelimount command fails: %s"), grub_errmsg);
|
||||
if (execute_command ("cryptomount", 1, argv))
|
||||
grub_util_error (_("cryptomount command fails: %s"), grub_errmsg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue