Fix grub for "nodev" targets.

This commit is contained in:
Thomas Strobel 2015-04-18 15:31:23 +02:00
parent ec10a5a675
commit 66c73da5f9

View file

@ -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"
}
}