grub: removed orphaned mkOption configurationName

This commit is contained in:
Joachim Schiele 2014-08-26 10:44:59 +02:00 committed by Eelco Dolstra
parent 60e6cc81b5
commit bd811d32b4

View file

@ -86,15 +86,6 @@ in
'';
};
configurationName = mkOption {
default = "";
example = "Stable 2.6.21";
type = types.str;
description = ''
GRUB entry name instead of default.
'';
};
extraPrepareConfig = mkOption {
default = "";
type = types.lines;