Fix grub for "nodev" targets.
This commit is contained in:
parent
ec10a5a675
commit
66c73da5f9
1 changed files with 2 additions and 2 deletions
|
@ -468,8 +468,8 @@ sub getEfiTarget {
|
|||
if ($grubTargetEfi eq "") { die }
|
||||
else {return "only" }
|
||||
} else {
|
||||
# at least one grub target has to be given
|
||||
die
|
||||
# prevent an installation if neither grub nor grubEfi is given
|
||||
return "neither"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue